Message ID | 20240226150954.3438229-1-lukma@denx.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 995161edfdb830fd83a652495324e26e0a4bd694 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: hsr: Fix typo in the hsr_forward_do() function comment | expand |
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!
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!
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,
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(-)