WARNING: line length of 92 exceeds 80 columns #101: FILE: net/smc/smc_core.h:37: +#define SMCR_MAX_SEND_WR_DEF 16 /* Default number of work requests per send queue */ WARNING: line length of 92 exceeds 80 columns #102: FILE: net/smc/smc_core.h:38: +#define SMCR_MAX_RECV_WR_DEF 48 /* Default number of work requests per recv queue */ WARNING: line length of 82 exceeds 80 columns #111: FILE: net/smc/smc_core.h:372: + /* number of WR buffers on send */ WARNING: line length of 82 exceeds 80 columns #113: FILE: net/smc/smc_core.h:374: + /* number of WR buffers on recv */ WARNING: line length of 87 exceeds 80 columns #271: FILE: net/smc/smc_wr.c:771: + link->wr_tx_sges = kcalloc(link->lgr->max_send_wr, sizeof(link->wr_tx_sges[0]), total: 0 errors, 5 warnings, 0 checks, 230 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 4fc707725fa2 ("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, 230 lines checked