diff options
| author | Stefan Tatschner <[email protected]> | 2015-02-05 15:33:24 +0100 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2015-02-05 09:59:44 -0500 |
| commit | 67c47cfcc7103631eb57f153f7c753bbbbeb2d33 (patch) | |
| tree | 04f9dc454cfaaa8eec4f987d8e3372136eba60a9 | |
| parent | f309f165a262528364af3a4677ce7d791b6e60cf (diff) | |
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 <[email protected]>
[jc: added changelog]
Signed-off-by: Jonathan Corbet <[email protected]>
| -rw-r--r-- | Documentation/networking/can.txt | 2 |
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 ------------------------ |