diff options
author | Bhaskar Chowdhury | 2021-03-27 04:42:43 +0530 |
---|---|---|
committer | David S. Miller | 2021-03-28 17:31:13 -0700 |
commit | 71a2fae50895b32cd600c0c4eff5df9c9c9933da (patch) | |
tree | 2abd9323379091f1c7e0ca476e4a009e9e8255f7 /net/kcm | |
parent | bf05d48dbda80d864dbdb46c6641954df3bf45d3 (diff) |
kcm: kcmsock.c: Couple of typo fixes
s/synchonization/synchronization/
s/aready/already/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/kcm')
-rw-r--r-- | net/kcm/kcmsock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kcm/kcmsock.c b/net/kcm/kcmsock.c index d0b56ffbb057..6201965bd822 100644 --- a/net/kcm/kcmsock.c +++ b/net/kcm/kcmsock.c @@ -663,7 +663,7 @@ do_frag: /* Hard failure in sending message, abort this * psock since it has lost framing - * synchonization and retry sending the + * synchronization and retry sending the * message from the beginning. */ kcm_abort_tx_psock(psock, ret ? -ret : EPIPE, @@ -1419,7 +1419,7 @@ static int kcm_attach(struct socket *sock, struct socket *csock, write_lock_bh(&csk->sk_callback_lock); - /* Check if sk_user_data is aready by KCM or someone else. + /* Check if sk_user_data is already by KCM or someone else. * Must be done under lock to prevent race conditions. */ if (csk->sk_user_data) { |