summaryrefslogtreecommitdiff
path: root/drivers/net/can/dev.c
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2018-01-24 13:19:11 +0300
committerMarc Kleine-Budde <mkl@pengutronix.de>2018-01-26 12:46:44 +0300
commit7d5977394515ad3a636361ce23890863be6e0f70 (patch)
tree20b117c370b77029907ed1725d4a098ecded4334 /drivers/net/can/dev.c
parentcea470729db42a0363c5352e8bd85ef81345eadc (diff)
downloadlinux-7d5977394515ad3a636361ce23890863be6e0f70.tar.xz
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.c2
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