WARNING: struct ctl_table should normally be const #207: FILE: net/rds/tcp.h:17: + struct ctl_table *ctl_table; WARNING: memory barrier without comment #298: FILE: net/rds/tcp_listen.c:86: + smp_rmb(); WARNING: line length of 83 exceeds 80 columns #361: FILE: net/rds/tcp_listen.c:149: + /* sock_create_lite() does not get a hold on the owner module so we WARNING: line length of 82 exceeds 80 columns #362: FILE: net/rds/tcp_listen.c:150: + * need to do it here. Note that sock_release() uses sock->ops to WARNING: line length of 82 exceeds 80 columns #363: FILE: net/rds/tcp_listen.c:151: + * determine if it needs to decrement the reference count. So set WARNING: line length of 84 exceeds 80 columns #364: FILE: net/rds/tcp_listen.c:152: + * sock->ops after calling accept() in case that fails. And there's WARNING: line length of 84 exceeds 80 columns #365: FILE: net/rds/tcp_listen.c:153: + * no need to do try_module_get() as the listener should have a hold WARNING: line length of 81 exceeds 80 columns #412: FILE: net/rds/tcp_listen.c:198: + if (!rds_tcp_laddr_check(sock_net(listen_sock->sk), peer_addr, dev_if)) { WARNING: line length of 87 exceeds 80 columns #440: FILE: net/rds/tcp_listen.c:228: + * "rds_tcp_conn_slots_available" triggers "rds_tcp_accept_one" total: 0 errors, 9 warnings, 0 checks, 377 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 1ad8892883cd ("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, 9 warnings, 0 checks, 377 lines checked