diff options
author | Lu Wei <luwei32@huawei.com> | 2021-03-27 03:27:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 02:52:50 +0200 |
commit | 21c00a186fac6e035eef5e6751f1e2d2609f969c (patch) | |
tree | 4a8e61d237f52e88c786ec101bd285198da311a6 /net/sctp/socket.c | |
parent | net: rds: Fix a typo (diff) | |
download | linux-21c00a186fac6e035eef5e6751f1e2d2609f969c.tar.xz linux-21c00a186fac6e035eef5e6751f1e2d2609f969c.zip |
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: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/sctp/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index a710917c5ac7..76a388b5021c 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c @@ -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); |