mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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>
This commit is contained in:
committed by
David S. Miller
parent
943d4bd679
commit
995161edfd
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user