From: gushengxian Date: Thu, 10 Jun 2021 03:09:35 +0000 (-0700) Subject: af_unix: remove the repeated word "and" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4e03d073afc4f6e5b1f34e58cce7d9942d703488;p=linux.git af_unix: remove the repeated word "and" Remove the repeated word "and". Signed-off-by: gushengxian Signed-off-by: David S. Miller --- diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 5a31307ceb76d..4d4f24cbd86bd 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -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);