diff options
author | Lukasz Majewski <lukma@denx.de> | 2024-02-26 18:09:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-28 14:23:03 +0300 |
commit | 995161edfdb830fd83a652495324e26e0a4bd694 (patch) | |
tree | 5080422777000002f915cd0398d77c81ea4469c7 /net/hsr | |
parent | 943d4bd67950685901addfa7b07aa3408ce17e7f (diff) | |
download | linux-995161edfdb830fd83a652495324e26e0a4bd694.tar.xz |
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@denx.de>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr')
-rw-r--r-- | net/hsr/hsr_forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |