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

sctp: Fix spelling mistake: "Atempt" -> "Attempt"

Trivial fix to spelling mistake in WARN_ONCE message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Colin Ian King and committed by
David S. Miller
eb004603 7a18c5b9

+1 -1
+1 -1
net/sctp/outqueue.c
··· 1048 1048 (new_transport->state == SCTP_PF))) 1049 1049 new_transport = asoc->peer.active_path; 1050 1050 if (new_transport->state == SCTP_UNCONFIRMED) { 1051 - WARN_ONCE(1, "Atempt to send packet on unconfirmed path."); 1051 + WARN_ONCE(1, "Attempt to send packet on unconfirmed path."); 1052 1052 sctp_chunk_fail(chunk, 0); 1053 1053 sctp_chunk_free(chunk); 1054 1054 continue;