Skip to content

Commit

Permalink
sctp: fix some copy-paste errors for file comments
Browse files Browse the repository at this point in the history
This patch is to fix the file comments in stream.c and
stream_interleave.c

v1->v2:
  rephrase the comment for stream.c according to Neil's suggestion.

Fixes: a838631 ("sctp: prepare asoc stream for stream reconf")
Fixes: 0c3f6f6 ("sctp: implement make_datafrag for sctp_stream_interleave")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Xin Long authored and David S. Miller committed Feb 14, 2018
1 parent ac5b701 commit fae8b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/sctp/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* This file is part of the SCTP kernel implementation
*
* These functions manipulate sctp tsn mapping array.
* This file contains sctp stream maniuplation primitives and helpers.
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
Expand Down
3 changes: 2 additions & 1 deletion net/sctp/stream_interleave.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*
* This file is part of the SCTP kernel implementation
*
* These functions manipulate sctp stream queue/scheduling.
* These functions implement sctp stream message interleaving, mostly
* including I-DATA and I-FORWARD-TSN chunks process.
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
Expand Down

0 comments on commit fae8b6f

Please sign in to comment.