Skip to content

Commit

Permalink
node.c: A typo fix
Browse files Browse the repository at this point in the history
s/synching/syncing/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 29, 2021
1 parent bcae6d5 commit 0184235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tipc/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ static bool tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb,
return true;
}

/* No synching needed if only one link */
/* No syncing needed if only one link */
if (!pl || !tipc_link_is_up(pl))
return true;

Expand Down

0 comments on commit 0184235

Please sign in to comment.