WARNING: line length of 94 exceeds 80 columns #59: FILE: net/rxrpc/input.c:379: + bool *_notify, rxrpc_serial_t *_ack_serial, int *_ack_reason) WARNING: line length of 88 exceeds 80 columns #83: FILE: net/rxrpc/input.c:510: + if (rxrpc_ack_priority[ack_reason] > rxrpc_ack_priority[*_ack_reason]) { WARNING: line length of 96 exceeds 80 columns #86: FILE: net/rxrpc/input.c:513: + } else if (rxrpc_ack_priority[ack_reason] == rxrpc_ack_priority[*_ack_reason] && WARNING: line length of 84 exceeds 80 columns #112: FILE: net/rxrpc/input.c:553: + rxrpc_input_data_one(call, jskb, ¬ify, &ack_serial, &ack_reason); total: 0 errors, 4 warnings, 0 checks, 91 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 062d187d7c1d ("rxrpc: Only transmit one ACK per jumbo packet received") 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, 4 warnings, 0 checks, 91 lines checked