summaryrefslogtreecommitdiff
path: root/Documentation/networking/can.txt
diff options
context:
space:
mode:
authorStefan Tatschner <stefan@sevenbyte.org>2015-02-05 14:33:24 (GMT)
committerJonathan Corbet <corbet@lwn.net>2015-02-05 14:59:44 (GMT)
commit67c47cfcc7103631eb57f153f7c753bbbbeb2d33 (patch)
tree04f9dc454cfaaa8eec4f987d8e3372136eba60a9 /Documentation/networking/can.txt
parentf309f165a262528364af3a4677ce7d791b6e60cf (diff)
downloadlinux-67c47cfcc7103631eb57f153f7c753bbbbeb2d33.tar.xz
can-doc: Fixed a wrong filepath in can.txt
<linux/can/error.h> moved in the big UAPI shuffle; update the document to note its new location. Signed-off-by: Stefan Tatschner <stefan@sevenbyte.org> [jc: added changelog] Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/networking/can.txt')
-rw-r--r--Documentation/networking/can.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt
index 2236d6d..0a2859a 100644
--- a/Documentation/networking/can.txt
+++ b/Documentation/networking/can.txt
@@ -234,7 +234,7 @@ solution for a couple of reasons:
mechanisms. Inside this filter definition the (interested) type of
errors may be selected. The reception of error messages is disabled
by default. The format of the CAN error message frame is briefly
- described in the Linux header file "include/linux/can/error.h".
+ described in the Linux header file "include/uapi/linux/can/error.h".
4. How to use SocketCAN
------------------------