]> git.karo-electronics.de Git - linux-beck.git/commitdiff
can-doc: Fixed a wrong filepath in can.txt
authorStefan Tatschner <stefan@sevenbyte.org>
Thu, 5 Feb 2015 14:33:24 +0000 (15:33 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 5 Feb 2015 14:59:44 +0000 (09:59 -0500)
<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>
Documentation/networking/can.txt

index 2236d6dcb7dadb0b77fa889046eeb8c55bc6e06d..0a2859a8ee7ec66e6f2da253ca345b9d0f6d4ed1 100644 (file)
@@ -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
 ------------------------