WARNING: line length of 83 exceeds 80 columns #110: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:361: + /* Re-trigger the state machine to incorporate the updated configuration */ WARNING: line length of 91 exceeds 80 columns #132: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:383: + s->MACMergeFrameAssOkCount = emac_get_stat_by_name(emac, "FW_PREEMPT_ASSEMBLY_OK"); WARNING: line length of 95 exceeds 80 columns #133: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:384: + s->MACMergeFrameAssErrorCount = emac_get_stat_by_name(emac, "FW_PREEMPT_ASSEMBLY_ERR"); WARNING: line length of 87 exceeds 80 columns #134: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:385: + s->MACMergeFragCountRx = emac_get_stat_by_name(emac, "FW_PREEMPT_FRAG_CNT_RX"); WARNING: line length of 87 exceeds 80 columns #135: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:386: + s->MACMergeFragCountTx = emac_get_stat_by_name(emac, "FW_PREEMPT_FRAG_CNT_TX"); WARNING: line length of 91 exceeds 80 columns #136: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:387: + s->MACMergeFrameSmdErrorCount = emac_get_stat_by_name(emac, "FW_PREEMPT_BAD_FRAG"); total: 0 errors, 6 warnings, 0 checks, 185 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 678575840457 ("net: ti: icssg-prueth: Add ethtool ops for Frame Preemption MAC Merge") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 185 lines checked