WARNING: line over 80 characters #233: FILE: net/mptcp/options.c:47: + * negotiated, the receiver MUST close the subflow with a RST as it is Signed-off-by: Matthieu Baerts --- Notes: to be squashed in "mptcp: Handle MPTCP TCP options" net/mptcp/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mptcp/options.c b/net/mptcp/options.c index cee4280647fe..adf65d3ff27b 100644 --- a/net/mptcp/options.c +++ b/net/mptcp/options.c @@ -44,8 +44,8 @@ void mptcp_parse_option(const unsigned char *ptr, int opsize, * * Section 3.3.0: * "If a checksum is not present when its use has been - * negotiated, the receiver MUST close the subflow with a RST as it is - * considered broken." + * negotiated, the receiver MUST close the subflow with a RST as + * it is considered broken." * * We don't implement DSS checksum - fall back to TCP. */ -- 2.20.1