mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sctp: fix some comments in chunk.c and associola.c
fix some typos Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
82d8189826
commit
2bccbadf20
2 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@ struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
|
|||
|
||||
max = asoc->frag_point;
|
||||
/* If the the peer requested that we authenticate DATA chunks
|
||||
* we need to accound for bundling of the AUTH chunks along with
|
||||
* we need to account for bundling of the AUTH chunks along with
|
||||
* DATA.
|
||||
*/
|
||||
if (sctp_auth_send_cid(SCTP_CID_DATA, asoc)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue