summaryrefslogtreecommitdiffstats
path: root/net/sctp
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2018-02-13 19:29:13 +0800
committerDavid S. Miller <davem@davemloft.net>2018-02-14 14:18:32 -0500
commitfae8b6f4a6be42372f8b7ffda39c3ca2cd951dc1 (patch)
tree421f4d8acdaeccabdc94f79a819b1d28ddbd1919 /net/sctp
parentac5b70198adc25c73fba28de4f78adcee8f6be0b (diff)
downloadlinux-0-day-fae8b6f4a6be42372f8b7ffda39c3ca2cd951dc1.tar.gz
linux-0-day-fae8b6f4a6be42372f8b7ffda39c3ca2cd951dc1.tar.xz
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: a83863174a61 ("sctp: prepare asoc stream for stream reconf") Fixes: 0c3f6f655487 ("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>
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/stream.c2
-rw-r--r--net/sctp/stream_interleave.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/net/sctp/stream.c b/net/sctp/stream.c
index cedf672487f9d..f799043abec9a 100644
--- a/net/sctp/stream.c
+++ b/net/sctp/stream.c
@@ -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
diff --git a/net/sctp/stream_interleave.c b/net/sctp/stream_interleave.c
index 86c26ec429796..65ac03b44df83 100644
--- a/net/sctp/stream_interleave.c
+++ b/net/sctp/stream_interleave.c
@@ -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