WARNING: line length of 92 exceeds 80 columns #112: FILE: net/smc/smc_core.c:1192: + llist_add(&buf_desc->llist, &lgr->rmbs_free[buf_desc->bufsiz_comp]); WARNING: line length of 95 exceeds 80 columns #114: FILE: net/smc/smc_core.c:1194: + llist_add(&buf_desc->llist, &lgr->sndbufs_free[buf_desc->bufsiz_comp]); WARNING: line length of 86 exceeds 80 columns #123: FILE: net/smc/smc_core.c:1227: + &lgr->sndbufs_free[conn->sndbuf_desc->bufsiz_comp]); WARNING: line length of 95 exceeds 80 columns #172: FILE: net/smc/smc_core.c:2113: + spinlock_t *llock, struct rw_semaphore *lock) WARNING: line length of 87 exceeds 80 columns #263: 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 #267: FILE: net/smc/smc_core.h:287: + struct llist_head rmbs_free[SMC_RMBE_SIZES]; /* rx buffer free list */ total: 0 errors, 6 warnings, 0 checks, 171 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 4d3ad09ed459 ("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, 6 warnings, 0 checks, 171 lines checked