diff options
author | Lu Wei <luwei32@huawei.com> | 2021-03-27 05:27:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 03:52:50 +0300 |
commit | 21c00a186fac6e035eef5e6751f1e2d2609f969c (patch) | |
tree | 4a8e61d237f52e88c786ec101bd285198da311a6 /net/sctp/sm_make_chunk.c | |
parent | ebf893958c131f75c4cfa77e43e8efd67628bd31 (diff) | |
download | linux-21c00a186fac6e035eef5e6751f1e2d2609f969c.tar.xz |
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 'net/sctp/sm_make_chunk.c')
-rw-r--r-- | net/sctp/sm_make_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index f77484df097b..54e6a708d06e 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c @@ -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; } } |