diff options
author | Robert Schwebel <r.schwebel@pengutronix.de> | 2018-01-24 11:19:11 +0100 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2018-01-26 10:46:44 +0100 |
commit | 7d5977394515ad3a636361ce23890863be6e0f70 (patch) | |
tree | 20b117c370b77029907ed1725d4a098ecded4334 /drivers/net/can/dev.c | |
parent | cea470729db42a0363c5352e8bd85ef81345eadc (diff) | |
download | linux-stable-7d5977394515ad3a636361ce23890863be6e0f70.tar.gz linux-stable-7d5977394515ad3a636361ce23890863be6e0f70.tar.bz2 linux-stable-7d5977394515ad3a636361ce23890863be6e0f70.zip |
can: migrate documentation to restructured text
The kernel documentation is now restructured text. Convert the SocketCAN
documentation and include it in the toplevel kernel documentation.
This patch doesn't do any content change.
All references to can.txt in the code are converted to can.rst.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/dev.c')
-rw-r--r-- | drivers/net/can/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c index cc94604b23e0..b1779566c5bb 100644 --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c @@ -412,7 +412,7 @@ EXPORT_SYMBOL_GPL(can_change_state); * Local echo of CAN messages * * CAN network devices *should* support a local echo functionality - * (see Documentation/networking/can.txt). To test the handling of CAN + * (see Documentation/networking/can.rst). To test the handling of CAN * interfaces that do not support the local echo both driver types are * implemented. In the case that the driver does not support the echo * the IFF_ECHO remains clear in dev->flags. This causes the PF_CAN core |