WARNING: line length of 90 exceeds 80 columns #43: FILE: net/rxrpc/call_event.c:236: + unsigned int winsize = umin(call->tx_winsize, call->cong_cwnd + call->cong_extra); WARNING: line length of 81 exceeds 80 columns #116: FILE: net/rxrpc/input.c:207: + call->cong_ssthresh = umax(call->cong_ssthresh, call->cong_cwnd * 3 / 4); WARNING: line length of 87 exceeds 80 columns #139: FILE: net/rxrpc/insecure.c:22: + return rxrpc_alloc_data_txbuf(call, umin(remain, RXRPC_JUMBO_DATALEN), 1, gfp); WARNING: line length of 82 exceeds 80 columns #219: FILE: net/rxrpc/rxkad.c:167: + space = umin(round_down(RXRPC_JUMBO_DATALEN, RXKAD_ALIGN), remain + shdr); total: 0 errors, 4 warnings, 0 checks, 155 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 83e94cc87890 ("rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible") 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, 155 lines checked