WARNING: line length of 92 exceeds 80 columns #102: FILE: net/smc/smc_core.c:1190: + llist_add(&buf_desc->llist, &lgr->rmbs_free[buf_desc->bufsiz_comp]); WARNING: line length of 95 exceeds 80 columns #104: FILE: net/smc/smc_core.c:1192: + llist_add(&buf_desc->llist, &lgr->sndbufs_free[buf_desc->bufsiz_comp]); WARNING: line length of 86 exceeds 80 columns #113: FILE: net/smc/smc_core.c:1225: + &lgr->sndbufs_free[conn->sndbuf_desc->bufsiz_comp]); WARNING: line length of 87 exceeds 80 columns #244: FILE: net/smc/smc_core.h:283: + struct llist_head sndbufs_free[SMC_RMBE_SIZES]; /* tx buffer free list */ WARNING: line length of 84 exceeds 80 columns #247: FILE: net/smc/smc_core.h:286: + struct llist_head rmbs_free[SMC_RMBE_SIZES]; /* rx buffer free list */ total: 0 errors, 5 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 e6d9ecef0502 ("net/smc: Optimize the search method of reused buf_desc") 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, 155 lines checked