WARNING: line length of 88 exceeds 80 columns #137: FILE: net/rds/rds.h:524: + * conn_slots_available is invoked when a previously unavailable connection slot WARNING: line length of 85 exceeds 80 columns #138: FILE: net/rds/rds.h:525: + * becomes available again. rds_tcp_accept_one_path may return -ENOBUFS if it WARNING: line length of 86 exceeds 80 columns #140: FILE: net/rds/rds.h:527: + * "rds_tcp_accepted_sock". This function re-issues `rds_tcp_accept_one_path`, WARNING: line length of 89 exceeds 80 columns #141: FILE: net/rds/rds.h:528: + * which picks up the stashed socket and continuing where it left with "-ENOBUFS" WARNING: line length of 89 exceeds 80 columns #142: FILE: net/rds/rds.h:529: + * last time. This ensures messages received on the new socket are not discarded WARNING: struct ctl_table should normally be const #297: FILE: net/rds/tcp.h:17: + struct ctl_table *ctl_table; WARNING: line length of 81 exceeds 80 columns #462: FILE: net/rds/tcp_listen.c:175: + if (!rds_tcp_laddr_check(sock_net(listen_sock->sk), peer_addr, dev_if)) { WARNING: line length of 87 exceeds 80 columns #490: FILE: net/rds/tcp_listen.c:205: + * "rds_tcp_conn_slots_available" triggers "rds_tcp_accept_one" total: 0 errors, 8 warnings, 0 checks, 420 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 18a02c9ba52c ("net/rds: rds_tcp_accept_one ought to not discard messages") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 8 warnings, 0 checks, 420 lines checked