CHECK: Lines should not end with a '[' #64: FILE: net/rxrpc/input.c:607: + atomic_inc(&call->rxnet->stat_rx_jumbo[ WARNING: line length of 85 exceeds 80 columns #65: FILE: net/rxrpc/input.c:608: + umin(count, ARRAY_SIZE(call->rxnet->stat_rx_jumbo)) - 1]); CHECK: Lines should not end with a '[' #78: FILE: net/rxrpc/output.c:558: + atomic_inc(&call->rxnet->stat_tx_jumbo[ WARNING: line length of 86 exceeds 80 columns #79: FILE: net/rxrpc/output.c:559: + umin(req->n, ARRAY_SIZE(call->rxnet->stat_tx_jumbo)) - 1]); total: 0 errors, 2 warnings, 2 checks, 79 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 e9c12bcfea11 ("rxrpc: Display stats about jumbo packets transmitted and 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, 2 warnings, 2 checks, 79 lines checked