WARNING: line length of 88 exceeds 80 columns #74: FILE: net/ipv4/inet_connection_sock.c:1138: + if (!inet_ehash_insert(req_to_sk(nreq), req_to_sk(oreq), NULL, false)) { WARNING: line length of 93 exceeds 80 columns #96: FILE: net/ipv4/inet_hashtables.c:705: +bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk, bool add_first) WARNING: line length of 95 exceeds 80 columns #138: FILE: net/ipv4/inet_hashtables.c:759: +bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk, bool add_first) total: 0 errors, 3 warnings, 0 checks, 111 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 4fdb9702d4fb ("tcp: fix spurious RST during three-way handshake") 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, 3 warnings, 0 checks, 111 lines checked