WARNING: line length of 83 exceeds 80 columns #74: FILE: net/smc/af_smc.c:2741: + smc_rx_wait(smc_sk(nsk), &timeo, 0, smc_rx_data_available); WARNING: line length of 95 exceeds 80 columns #87: FILE: net/smc/smc_rx.c:241: +static int smc_rx_data_available_and_no_splice_pend(struct smc_connection *conn, size_t peeked) WARNING: line length of 86 exceeds 80 columns #179: FILE: net/smc/smc_rx.c:430: + smc_rx_wait(smc, &timeo, peeked_bytes, smc_rx_data_available); WARNING: line length of 83 exceeds 80 columns #227: FILE: net/smc/smc_rx.h:26: +static inline int smc_rx_data_available(struct smc_connection *conn, size_t peeked) total: 0 errors, 4 warnings, 0 checks, 147 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 546ee96be592 ("net/smc: fix data error when recvmsg with MSG_PEEK flag") 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, 4 warnings, 0 checks, 147 lines checked