Re: [PATCH net] sctp: fix some copy-paste errors for file comments

2018-02-12 Thread Xin Long
On Mon, Feb 12, 2018 at 10:12 PM, Neil Horman wrote: > On Mon, Feb 12, 2018 at 06:30:34PM +0800, Xin Long wrote: >> This patch is to fix the file comments in stream.c and >> stream_interleave.c >> >> Fixes: a83863174a61 ("sctp: prepare asoc stream for stream reconf") >>

Re: [PATCH net] sctp: fix some copy-paste errors for file comments

2018-02-12 Thread Neil Horman
On Mon, Feb 12, 2018 at 06:30:34PM +0800, Xin Long wrote: > This patch is to fix the file comments in stream.c and > stream_interleave.c > > Fixes: a83863174a61 ("sctp: prepare asoc stream for stream reconf") > Fixes: 0c3f6f655487 ("sctp: implement make_datafrag for > sctp_stream_interleave") >

[PATCH net] sctp: fix some copy-paste errors for file comments

2018-02-12 Thread Xin Long
This patch is to fix the file comments in stream.c and stream_interleave.c Fixes: a83863174a61 ("sctp: prepare asoc stream for stream reconf") Fixes: 0c3f6f655487 ("sctp: implement make_datafrag for sctp_stream_interleave") Signed-off-by: Xin Long --- net/sctp/stream.c