Commit fae8b6f4 authored by Xin Long's avatar Xin Long Committed by David S. Miller

sctp: fix some copy-paste errors for file comments

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: a8386317 ("sctp: prepare asoc stream for stream reconf")
Fixes: 0c3f6f65 ("sctp: implement make_datafrag for sctp_stream_interleave")
Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
Acked-by: default avatarNeil Horman <nhorman@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ac5b7019
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* This file is part of the SCTP kernel implementation * 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; * This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of * you can redistribute it and/or modify it under the terms of
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
* *
* This file is part of the SCTP kernel implementation * 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; * This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of * you can redistribute it and/or modify it under the terms of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment