]> asedeno.scripts.mit.edu Git - linux.git/commit
sctp: fix some copy-paste errors for file comments
authorXin Long <lucien.xin@gmail.com>
Tue, 13 Feb 2018 11:29:13 +0000 (19:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2018 19:18:32 +0000 (14:18 -0500)
commitfae8b6f4a6be42372f8b7ffda39c3ca2cd951dc1
tree421f4d8acdaeccabdc94f79a819b1d28ddbd1919
parentac5b70198adc25c73fba28de4f78adcee8f6be0b
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>
net/sctp/stream.c
net/sctp/stream_interleave.c