public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] can: can327: Fix a broken link to Documentation
@ 2022-07-31  6:32 Christophe JAILLET
  2022-07-31  8:44 ` Max Staudt
  2022-07-31 18:54 ` Marc Kleine-Budde
  0 siblings, 2 replies; 4+ messages in thread
From: Christophe JAILLET @ 2022-07-31  6:32 UTC (permalink / raw)
  To: Max Staudt, Wolfgang Grandegger, Marc Kleine-Budde,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-can,
	netdev

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);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] can: can327: Fix a broken link to Documentation
  2022-07-31  6:32 [PATCH] can: can327: Fix a broken link to Documentation Christophe JAILLET
@ 2022-07-31  8:44 ` Max Staudt
  2022-07-31 18:52   ` Marc Kleine-Budde
  2022-07-31 18:54 ` Marc Kleine-Budde
  1 sibling, 1 reply; 4+ messages in thread
From: Max Staudt @ 2022-07-31  8:44 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: Wolfgang Grandegger, Marc Kleine-Budde, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, linux-kernel,
	kernel-janitors, linux-can, netdev

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);


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] can: can327: Fix a broken link to Documentation
  2022-07-31  8:44 ` Max Staudt
@ 2022-07-31 18:52   ` Marc Kleine-Budde
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2022-07-31 18:52 UTC (permalink / raw)
  To: Max Staudt
  Cc: Christophe JAILLET, Wolfgang Grandegger, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, linux-kernel,
	kernel-janitors, linux-can, netdev

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

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

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] can: can327: Fix a broken link to Documentation
  2022-07-31  6:32 [PATCH] can: can327: Fix a broken link to Documentation Christophe JAILLET
  2022-07-31  8:44 ` Max Staudt
@ 2022-07-31 18:54 ` Marc Kleine-Budde
  1 sibling, 0 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2022-07-31 18:54 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: Max Staudt, Wolfgang Grandegger, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, linux-kernel, kernel-janitors,
	linux-can, netdev

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

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

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-31 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31  6:32 [PATCH] can: can327: Fix a broken link to Documentation Christophe JAILLET
2022-07-31  8:44 ` Max Staudt
2022-07-31 18:52   ` Marc Kleine-Budde
2022-07-31 18:54 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox