WARNING: line length of 84 exceeds 80 columns #282: FILE: drivers/net/ethernet/freescale/enetc/enetc.c:882: + if (enetc_bd_unused(tx_ring) < enetc_lso_count_descs(skb)) { WARNING: line length of 85 exceeds 80 columns #321: FILE: drivers/net/ethernet/freescale/enetc/enetc.c:2353: + SILSOSFMR0_VAL_SET(TCP_NL_SEG_FLAGS_DMASK, TCP_NL_SEG_FLAGS_DMASK)); WARNING: line length of 85 exceeds 80 columns #391: FILE: drivers/net/ethernet/freescale/enetc/enetc4_hw.h:20: +#define SILSOSFMR0_VAL_SET(first, mid) ((((mid) << 16) & SILSOSFMR0_TCP_MID_SEG) | \ WARNING: line length of 87 exceeds 80 columns #406: FILE: drivers/net/ethernet/freescale/enetc/enetc4_hw.h:35: +#define TCP_NL_SEG_FLAGS_DMASK (TCP_FLAGS_FIN | TCP_FLAGS_RST | TCP_FLAGS_PSH) total: 0 errors, 4 warnings, 0 checks, 411 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 41ffb934402a ("net: enetc: add LSO support for i.MX95 ENETC PF") 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, 411 lines checked