Skip to content

Commit 7b584fb

Browse files
tititiou36marckleinebudde
authored andcommitted
can: can327: fix a broken link to Documentation
Since commit 482a436 ("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 <[email protected]> Link: https://lore.kernel.org/all/6a54aff884ea4f84b661527d75aabd6632140715.1659249135.git.christophe.jaillet@wanadoo.fr Fixes: 43da2f0 ("can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters") Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent e0f3907 commit 7b584fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/can/can327.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ static netdev_tx_t can327_netdev_start_xmit(struct sk_buff *skb,
827827
netif_stop_queue(dev);
828828

829829
/* BHs are already disabled, so no spin_lock_bh().
830-
* See Documentation/networking/netdevices.txt
830+
* See Documentation/networking/netdevices.rst
831831
*/
832832
spin_lock(&elm->lock);
833833
can327_send_frame(elm, frame);

0 commit comments

Comments
 (0)