WARNING: line length of 89 exceeds 80 columns #37: FILE: net/rxrpc/ar-internal.h:835: + bool jumboable; /* Can be non-terminal jumbo subpacket */ WARNING: line length of 82 exceeds 80 columns #48: FILE: net/rxrpc/ar-internal.h:869: +static inline rxrpc_serial_t rxrpc_get_next_serials(struct rxrpc_connection *conn, WARNING: line length of 82 exceeds 80 columns #68: FILE: net/rxrpc/ar-internal.h:1195: +void rxrpc_transmit_data(struct rxrpc_call *call, struct rxrpc_txbuf *txb, int n); WARNING: line length of 81 exceeds 80 columns #105: FILE: net/rxrpc/call_event.c:236: + int winsize = umin(call->tx_winsize, call->cong_cwnd + call->cong_extra); WARNING: line length of 100 exceeds 80 columns #223: FILE: net/rxrpc/input.c:725: + capacity += sizeof(struct rxrpc_jumbo_header); /* First subpacket has main hdr, not jumbo */ WARNING: line length of 97 exceeds 80 columns #318: FILE: net/rxrpc/output.c:472: +static size_t rxrpc_prepare_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *head, int n) WARNING: line length of 94 exceeds 80 columns #343: FILE: net/rxrpc/output.c:493: +static void rxrpc_tstamp_data_packets(struct rxrpc_call *call, struct rxrpc_txbuf *txb, int n) WARNING: line length of 90 exceeds 80 columns #371: FILE: net/rxrpc/output.c:534: +static int rxrpc_send_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb, int n) WARNING: line length of 81 exceeds 80 columns #428: FILE: net/rxrpc/output.c:810: +void rxrpc_transmit_data(struct rxrpc_call *call, struct rxrpc_txbuf *txb, int n) total: 0 errors, 9 warnings, 0 checks, 392 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 3119556790cb ("rxrpc: Prepare to be able to send jumbo DATA packets") 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, 392 lines checked