WARNING: line length of 92 exceeds 80 columns #94: FILE: net/smc/smc_core.h:36: +#define SMCR_MAX_SEND_WR_DEF 16 /* Default number of work requests per send queue */ WARNING: line length of 92 exceeds 80 columns #95: FILE: net/smc/smc_core.h:37: +#define SMCR_MAX_RECV_WR_DEF 48 /* Default number of work requests per recv queue */ WARNING: line length of 82 exceeds 80 columns #104: FILE: net/smc/smc_core.h:367: + /* number of WR buffers on send */ WARNING: line length of 82 exceeds 80 columns #106: FILE: net/smc/smc_core.h:369: + /* number of WR buffers on recv */ WARNING: line length of 88 exceeds 80 columns #271: FILE: net/smc/smc_wr.c:772: + link->wr_tx_sges = kcalloc(link->lgr->pref_send_wr, sizeof(link->wr_tx_sges[0]), total: 0 errors, 5 warnings, 0 checks, 237 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 ef30ff506023 ("net/smc: make wr buffer count configurable") 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, 5 warnings, 0 checks, 237 lines checked