af_unix: remove the repeated word "and"
authorgushengxian <gushengxian@yulong.com>
Thu, 10 Jun 2021 03:09:35 +0000 (20:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 20:46:38 +0000 (13:46 -0700)
Remove the repeated word "and".

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c

index 5a31307ceb76df1cf699b161963b92e06300aa2b..4d4f24cbd86bda8647ff2ece6c06b86fa9a260c5 100644 (file)
@@ -1392,7 +1392,7 @@ restart:
 
        unix_state_unlock(sk);
 
-       /* take ten and and send info to listening sock */
+       /* take ten and send info to listening sock */
        spin_lock(&other->sk_receive_queue.lock);
        __skb_queue_tail(&other->sk_receive_queue, skb);
        spin_unlock(&other->sk_receive_queue.lock);