Commit 21c00a18 authored by Lu Wei's avatar Lu Wei Committed by David S. Miller
Browse files

net: sctp: Fix some typos



Modify "unkown" to "unknown" in net/sctp/sm_make_chunk.c and
Modify "orginal" to "original" in net/sctp/socket.c.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarLu Wei <luwei32@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ebf89395
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3217,7 +3217,7 @@ bool sctp_verify_asconf(const struct sctp_association *asoc,
				return false;
			break;
		default:
			/* This is unkown to us, reject! */
			/* This is unknown to us, reject! */
			return false;
		}
	}
+1 −1
Original line number Diff line number Diff line
@@ -9327,7 +9327,7 @@ void sctp_copy_sock(struct sock *newsk, struct sock *sk,
	if (newsk->sk_flags & SK_FLAGS_TIMESTAMP)
		net_enable_timestamp();

	/* Set newsk security attributes from orginal sk and connection
	/* Set newsk security attributes from original sk and connection
	 * security attribute from ep.
	 */
	security_sctp_sk_clone(ep, sk, newsk);