projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f3907
)
can: can327: fix a broken link to Documentation
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sun, 31 Jul 2022 06:32:52 +0000
(08:32 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Sun, 31 Jul 2022 18:53:50 +0000
(20:53 +0200)
Since commit
482a4360c56a
("docs: networking: convert netdevices.txt to
ReST"), Documentation/networking/netdevices.txt has been replaced by
Documentation/networking/netdevices.rst.
Update the comment accordingly to avoid a 'make htmldocs' warning.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link:
https://lore.kernel.org/all/6a54aff884ea4f84b661527d75aabd6632140715.1659249135.git.christophe.jaillet@wanadoo.fr
Fixes: 43da2f07622f ("can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/can327.c
patch
|
blob
|
history
diff --git
a/drivers/net/can/can327.c
b/drivers/net/can/can327.c
index 50a374972ad93e282094f248a4749ad7f7bfc63e..0aa1af31d0fe4990a699e8cc37a8f2b13e3d0483 100644
(file)
--- a/
drivers/net/can/can327.c
+++ b/
drivers/net/can/can327.c
@@
-827,7
+827,7
@@
static netdev_tx_t can327_netdev_start_xmit(struct sk_buff *skb,
netif_stop_queue(dev);
/* BHs are already disabled, so no spin_lock_bh().
- * See Documentation/networking/netdevices.
tx
t
+ * See Documentation/networking/netdevices.
rs
t
*/
spin_lock(&elm->lock);
can327_send_frame(elm, frame);