diff mbox series

can: can327: Fix a broken link to Documentation

Message ID 6a54aff884ea4f84b661527d75aabd6632140715.1659249135.git.christophe.jaillet@wanadoo.fr (mailing list archive)
State Awaiting Upstream
Delegated to: Netdev Maintainers
Headers show
Series can: can327: Fix a broken link to Documentation | expand

Checks

Context Check Description
netdev/tree_selection success Series ignored based on subject

Commit Message

Christophe JAILLET July 31, 2022, 6:32 a.m. UTC
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>
---
 drivers/net/can/can327.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Max Staudt July 31, 2022, 8:44 a.m. UTC | #1
Thanks, Christophe!

Max




On Sun, 31 Jul 2022 08:32:52 +0200
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:

> 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>
> ---
>  drivers/net/can/can327.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/can/can327.c b/drivers/net/can/can327.c
> index 5da7778d92dc..925e880bf570 100644
> --- 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.txt
> +	 * See Documentation/networking/netdevices.rst
>  	 */
>  	spin_lock(&elm->lock);
>  	can327_send_frame(elm, frame);
Marc Kleine-Budde July 31, 2022, 6:52 p.m. UTC | #2
On 31.07.2022 10:44:52, Max Staudt wrote:
> Thanks, Christophe!

If you think the patch is Ok, you can give an Acked-by: which is then
recorded in the patch while applying it to the kernel.

Marc
Marc Kleine-Budde July 31, 2022, 6:54 p.m. UTC | #3
On 31.07.2022 08:32:52, Christophe JAILLET wrote:
> 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>

Applied to linux-can-next/master.

Thanks,
Marc
diff mbox series

Patch

diff --git a/drivers/net/can/can327.c b/drivers/net/can/can327.c
index 5da7778d92dc..925e880bf570 100644
--- 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.txt
+	 * See Documentation/networking/netdevices.rst
 	 */
 	spin_lock(&elm->lock);
 	can327_send_frame(elm, frame);