WARNING: line length of 82 exceeds 80 columns #234: FILE: net/smc/smc_ib.c:664: + max_recv_wr = lnk->lgr->max_recv_wr + 1; /* +1 for ib_drain_rq() */ WARNING: line length of 95 exceeds 80 columns #651: FILE: net/smc/smc_wr.c:384: + wr_rx = (struct smc_wr_rx_hdr *)(link->wr_rx_bufs + recv_wr->idx * link->wr_rx_buflen); WARNING: line length of 98 exceeds 80 columns #775: FILE: net/smc/smc_wr.c:475: + lnk->qp_attr.cap.max_recv_wr - 1); /* -1 for ib_draib_rq() */ WARNING: line length of 95 exceeds 80 columns #903: FILE: net/smc/smc_wr.c:868: + lnk->wr_tx_rdmas[i].wr_tx_rdma[n].wr.wr_cqe = &lnk->wr_tx_rdmas[i].cqe; total: 0 errors, 4 warnings, 0 checks, 879 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 0ffe9a95b769 ("net/smc: transition to RDMA core CQ pooling") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 879 lines checked