WARNING: line length of 82 exceeds 80 columns #197: FILE: net/rds/tcp_connect.c:263: + * was called nor that "sk_data_ready" still points to it. WARNING: line length of 82 exceeds 80 columns #201: FILE: net/rds/tcp_connect.c:267: + (sock->sk->sk_state == TCP_CLOSING || WARNING: line length of 84 exceeds 80 columns #202: FILE: net/rds/tcp_connect.c:268: + sock->sk->sk_state == TCP_TIME_WAIT || WARNING: line length of 85 exceeds 80 columns #203: FILE: net/rds/tcp_connect.c:269: + sock->sk->sk_state == TCP_CLOSE_WAIT || WARNING: line length of 83 exceeds 80 columns #204: FILE: net/rds/tcp_connect.c:270: + sock->sk->sk_state == TCP_LAST_ACK || WARNING: line length of 81 exceeds 80 columns #205: FILE: net/rds/tcp_connect.c:271: + sock->sk->sk_state == TCP_CLOSE) && WARNING: line length of 99 exceeds 80 columns #206: FILE: net/rds/tcp_connect.c:272: + skb_queue_empty_lockless(&sock->sk->sk_receive_queue), WARNING: line length of 84 exceeds 80 columns #213: FILE: net/rds/tcp_connect.c:279: + rds_send_path_drop_acked(cp, rds_tcp_snd_una(tc), rds_tcp_is_acked); total: 0 errors, 8 warnings, 0 checks, 128 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 09b43e14eb9e ("net/rds: rds_tcp_conn_path_shutdown must 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, 8 warnings, 0 checks, 128 lines checked