From: Bhaskar Chowdhury Date: Fri, 26 Mar 2021 23:12:50 +0000 (+0530) Subject: node.c: A typo fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0184235ec6d1decb56740d9c99fdd0035b1d4c9d;p=linux.git node.c: A typo fix s/synching/syncing/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: David S. Miller --- diff --git a/net/tipc/node.c b/net/tipc/node.c index 61c38eaaa2987..707d0dc71fadb 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c @@ -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;