mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
ebf893958c
commit
21c00a186f
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue