public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment
@ 2024-02-26 15:09 Lukasz Majewski
  2024-02-26 15:49 ` Jiri Pirko
  2024-02-28 11:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Lukasz Majewski @ 2024-02-26 15:09 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Florian Fainelli, Vladimir Oltean, David S. Miller,
	Jakub Kicinski, Paolo Abeni, Dan Carpenter, Ziyang Xuan, netdev,
	Lukasz Majewski

Correct type in the hsr_forward_do() comment.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
 net/hsr/hsr_forward.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/hsr/hsr_forward.c b/net/hsr/hsr_forward.c
index 80cdc6f6b34c..2afe28712a7a 100644
--- a/net/hsr/hsr_forward.c
+++ b/net/hsr/hsr_forward.c
@@ -435,7 +435,7 @@ static void hsr_forward_do(struct hsr_frame_info *frame)
 			continue;
 
 		/* Don't send frame over port where it has been sent before.
-		 * Also fro SAN, this shouldn't be done.
+		 * Also for SAN, this shouldn't be done.
 		 */
 		if (!frame->is_from_san &&
 		    hsr_register_frame_out(port, frame->node_src,
-- 
2.20.1


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

* Re: [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment
  2024-02-26 15:09 [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment Lukasz Majewski
@ 2024-02-26 15:49 ` Jiri Pirko
  2024-02-28 11:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Pirko @ 2024-02-26 15:49 UTC (permalink / raw)
  To: Lukasz Majewski
  Cc: Eric Dumazet, Florian Fainelli, Vladimir Oltean, David S. Miller,
	Jakub Kicinski, Paolo Abeni, Dan Carpenter, Ziyang Xuan, netdev

Mon, Feb 26, 2024 at 04:09:54PM CET, lukma@denx.de wrote:
>Correct type in the hsr_forward_do() comment.
>
>Signed-off-by: Lukasz Majewski <lukma@denx.de>

Reviewed-by: Jiri Pirko <jiri@nvidia.com>

Next time please indicate the tree you target, by "[PATCH net-next]"
or "[PATCH net]" email subject prefix, so it is clear.

Thanks!

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

* Re: [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment
  2024-02-26 15:09 [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment Lukasz Majewski
  2024-02-26 15:49 ` Jiri Pirko
@ 2024-02-28 11:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-28 11:30 UTC (permalink / raw)
  To: Lukasz Majewski
  Cc: edumazet, f.fainelli, olteanv, davem, kuba, pabeni, dan.carpenter,
	william.xuanziyang, netdev

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 26 Feb 2024 16:09:54 +0100 you wrote:
> Correct type in the hsr_forward_do() comment.
> 
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> ---
>  net/hsr/hsr_forward.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - net: hsr: Fix typo in the hsr_forward_do() function comment
    https://git.kernel.org/netdev/net/c/995161edfdb8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-02-28 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 15:09 [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment Lukasz Majewski
2024-02-26 15:49 ` Jiri Pirko
2024-02-28 11:30 ` patchwork-bot+netdevbpf

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