Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bhaskar Chowdhury and committed by
David S. Miller
71a2fae5 bf05d48d

+2 -2
+2 -2
net/kcm/kcmsock.c
··· 663 663 664 664 /* Hard failure in sending message, abort this 665 665 * psock since it has lost framing 666 - * synchonization and retry sending the 666 + * synchronization and retry sending the 667 667 * message from the beginning. 668 668 */ 669 669 kcm_abort_tx_psock(psock, ret ? -ret : EPIPE, ··· 1419 1419 1420 1420 write_lock_bh(&csk->sk_callback_lock); 1421 1421 1422 - /* Check if sk_user_data is aready by KCM or someone else. 1422 + /* Check if sk_user_data is already by KCM or someone else. 1423 1423 * Must be done under lock to prevent race conditions. 1424 1424 */ 1425 1425 if (csk->sk_user_data) {