WARNING: line length of 85 exceeds 80 columns #458: FILE: net/smc/smc_wr.c:101: + memset(link->lgr->wr_tx_buf_v2, 0, sizeof(*link->lgr->wr_tx_buf_v2)); WARNING: line length of 99 exceeds 80 columns #471: FILE: net/smc/smc_wr.c:105: + memset(&link->wr_tx_bufs[tx_pend->idx], 0, sizeof(link->wr_tx_bufs[tx_pend->idx])); WARNING: line length of 97 exceeds 80 columns #621: FILE: net/smc/smc_wr.c:387: + wr_rx = (struct smc_wr_rx_hdr *)(link->wr_rx_bufs + recv_wr->index * link->wr_rx_buflen); total: 0 errors, 3 warnings, 0 checks, 811 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 3c2bd264f787 ("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, 3 warnings, 0 checks, 811 lines checked