WARNING: line length of 83 exceeds 80 columns #104: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:355: + /* Re-trigger the state machine to incorporate the updated configuration */ WARNING: line length of 91 exceeds 80 columns #120: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:371: + s->MACMergeFrameAssOkCount = emac_get_stat_by_name(emac, "FW_PREEMPT_ASSEMBLY_OK"); WARNING: line length of 95 exceeds 80 columns #121: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:372: + s->MACMergeFrameAssErrorCount = emac_get_stat_by_name(emac, "FW_PREEMPT_ASSEMBLY_ERR"); WARNING: line length of 87 exceeds 80 columns #122: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:373: + s->MACMergeFragCountRx = emac_get_stat_by_name(emac, "FW_PREEMPT_FRAG_CNT_RX"); WARNING: line length of 87 exceeds 80 columns #123: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:374: + s->MACMergeFragCountTx = emac_get_stat_by_name(emac, "FW_PREEMPT_FRAG_CNT_TX"); WARNING: line length of 91 exceeds 80 columns #124: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:375: + s->MACMergeFrameSmdErrorCount = emac_get_stat_by_name(emac, "FW_PREEMPT_BAD_FRAG"); total: 0 errors, 6 warnings, 0 checks, 173 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 132eb98808d5 ("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, 173 lines checked