WARNING: line length of 88 exceeds 80 columns #138: FILE: net/rds/rds.h:527: + * conn_slots_available is invoked when a previously unavailable connection slot WARNING: line length of 85 exceeds 80 columns #139: FILE: net/rds/rds.h:528: + * becomes available again. rds_tcp_accept_one_path may return -ENOBUFS if it WARNING: line length of 86 exceeds 80 columns #141: FILE: net/rds/rds.h:530: + * "rds_tcp_accepted_sock". This function re-issues `rds_tcp_accept_one_path`, WARNING: line length of 89 exceeds 80 columns #142: FILE: net/rds/rds.h:531: + * which picks up the stashed socket and continuing where it left with "-ENOBUFS" WARNING: line length of 89 exceeds 80 columns #143: FILE: net/rds/rds.h:532: + * last time. This ensures messages received on the new socket are not discarded WARNING: struct ctl_table should normally be const #298: FILE: net/rds/tcp.h:17: + struct ctl_table *ctl_table; WARNING: line length of 83 exceeds 80 columns #460: FILE: net/rds/tcp_listen.c:147: + /* sock_create_lite() does not get a hold on the owner module so we WARNING: line length of 82 exceeds 80 columns #461: FILE: net/rds/tcp_listen.c:148: + * need to do it here. Note that sock_release() uses sock->ops to WARNING: line length of 82 exceeds 80 columns #462: FILE: net/rds/tcp_listen.c:149: + * determine if it needs to decrement the reference count. So set WARNING: line length of 84 exceeds 80 columns #463: FILE: net/rds/tcp_listen.c:150: + * sock->ops after calling accept() in case that fails. And there's WARNING: line length of 84 exceeds 80 columns #464: FILE: net/rds/tcp_listen.c:151: + * no need to do try_module_get() as the listener should have a hold WARNING: line length of 81 exceeds 80 columns #496: FILE: net/rds/tcp_listen.c:196: + if (!rds_tcp_laddr_check(sock_net(listen_sock->sk), peer_addr, dev_if)) { WARNING: line length of 87 exceeds 80 columns #524: FILE: net/rds/tcp_listen.c:226: + * "rds_tcp_conn_slots_available" triggers "rds_tcp_accept_one" total: 0 errors, 13 warnings, 0 checks, 454 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 9cf91edf0c25 ("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 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, 13 warnings, 0 checks, 454 lines checked