WARNING: line length of 85 exceeds 80 columns #74: FILE: net/mptcp/fastopen.c:71: + pr_debug("msk %p moving seq %llx -> %llx end_seq %llx -> %llx\n", sk, WARNING: line length of 88 exceeds 80 columns #336: FILE: net/mptcp/pm.c:69: + pr_debug("msk=%p, token=%u side=%d\n", msk, READ_ONCE(msk->token), server_side); WARNING: line length of 84 exceeds 80 columns #564: FILE: net/mptcp/protocol.c:727: + pr_debug("msk=%p empty=%d\n", msk, RB_EMPTY_ROOT(&msk->out_of_order_queue)); WARNING: line length of 81 exceeds 80 columns #600: FILE: net/mptcp/protocol.c:1895: + pr_debug("msk=%p dfrag at seq=%llu len=%u sent=%u new=%d\n", msk, WARNING: line length of 82 exceeds 80 columns #865: FILE: net/mptcp/subflow.c:246: + pr_debug("token=%u, remote_nonce=%u msk=%p\n", subflow_req->token, WARNING: line length of 82 exceeds 80 columns #919: FILE: net/mptcp/subflow.c:810: + pr_debug("listener=%p, req=%p, conn=%p\n", listener, req, listener->conn); WARNING: line length of 89 exceeds 80 columns #955: FILE: net/mptcp/subflow.c:1136: + pr_debug("DATA_FIN with no payload seq=%llu\n", mpext->data_seq); total: 0 errors, 7 warnings, 0 checks, 848 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 625ef163ac45 ("mptcp: pr_debug: add missing \n at the end") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 7 warnings, 0 checks, 848 lines checked