aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-06-09 20:09:35 -0700
committerDavid S. Miller <davem@davemloft.net>2021-06-10 13:46:38 -0700
commit4e03d073afc4f6e5b1f34e58cce7d9942d703488 (patch)
tree071a3575b923eb08c3d4d68353b2668f6a33d161 /net/unix
parentvsock/vmci: remove the repeated word "be" (diff)
downloadlinux-dev-4e03d073afc4f6e5b1f34e58cce7d9942d703488.tar.xz
linux-dev-4e03d073afc4f6e5b1f34e58cce7d9942d703488.zip
af_unix: remove the repeated word "and"
Remove the repeated word "and". Signed-off-by: gushengxian <gushengxian@yulong.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix')
-rw-r--r--net/unix/af_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index 5a31307ceb76..4d4f24cbd86b 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);