diff options
author | Stefan Tatschner <stefan@sevenbyte.org> | 2015-07-08 10:41:07 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-07-10 15:18:33 -0600 |
commit | 03bc7523cb4241a7f4ad67d7ae38027d1884a3ee (patch) | |
tree | 457581fa40a43f0de4a0dab9f713b3649bb5c103 /Documentation/networking | |
parent | 6609b638353c99c5736e05abd17197f1cb776e0e (diff) | |
download | op-kernel-dev-03bc7523cb4241a7f4ad67d7ae38027d1884a3ee.zip op-kernel-dev-03bc7523cb4241a7f4ad67d7ae38027d1884a3ee.tar.gz |
can-doc: Fix wrong chapter reference
In f35f6c8f7 (can: update MAINTAINERS and Documentation) chapter 3.3
was removed. This patch fixes some old references to chapter 3.4 which
no longer exists.
Signed-off-by: Stefan Tatschner <stefan@sevenbyte.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/can.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt index b48d4a1..fd1a1aa 100644 --- a/Documentation/networking/can.txt +++ b/Documentation/networking/can.txt @@ -510,7 +510,7 @@ solution for a couple of reasons: 4.1.2 RAW socket option CAN_RAW_ERR_FILTER - As described in chapter 3.4 the CAN interface driver can generate so + As described in chapter 3.3 the CAN interface driver can generate so called Error Message Frames that can optionally be passed to the user application in the same way as other CAN frames. The possible errors are divided into different error classes that may be filtered @@ -1152,7 +1152,7 @@ solution for a couple of reasons: $ ip link set canX type can restart Note that a restart will also create a CAN error message frame (see - also chapter 3.4). + also chapter 3.3). 6.6 CAN FD (flexible data rate) driver support |