]> git.baikalelectronics.ru Git - kernel.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)
commit3bf691894a4709b4062b1f25c29a304eac35b3df
tree421f4d8acdaeccabdc94f79a819b1d28ddbd1919
parentbe8f1dbd631b1e376729c37613db51172ec7ff0b
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: 81fd9b9b302f ("sctp: prepare asoc stream for stream reconf")
Fixes: c20d80e2b735 ("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