[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240226150954.3438229-1-lukma@denx.de>
Date: Mon, 26 Feb 2024 16:09:54 +0100
From: Lukasz Majewski <lukma@...x.de>
To: Eric Dumazet <edumazet@...gle.com>
Cc: Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Dan Carpenter <dan.carpenter@...aro.org>,
Ziyang Xuan <william.xuanziyang@...wei.com>,
netdev@...r.kernel.org,
Lukasz Majewski <lukma@...x.de>
Subject: [PATCH] net: hsr: Fix typo in the hsr_forward_do() function comment
Correct type in the hsr_forward_do() comment.
Signed-off-by: Lukasz Majewski <lukma@...x.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
Powered by blists - more mailing lists