aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorStefan Tatschner <stefan@sevenbyte.org>2015-02-05 15:33:24 +0100
committerJonathan Corbet <corbet@lwn.net>2015-02-05 09:59:44 -0500
commit67c47cfcc7103631eb57f153f7c753bbbbeb2d33 (patch)
tree04f9dc454cfaaa8eec4f987d8e3372136eba60a9 /Documentation/networking
parentDocumentation: Fix trivial typo in comment. (diff)
downloadlinux-dev-67c47cfcc7103631eb57f153f7c753bbbbeb2d33.tar.xz
linux-dev-67c47cfcc7103631eb57f153f7c753bbbbeb2d33.zip
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')
-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 2236d6dcb7da..0a2859a8ee7e 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
------------------------