WARNING: line length of 89 exceeds 80 columns #44: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:311: + state->verify_enabled = readb(config + PRE_EMPTION_ENABLE_VERIFY) ? true : false; WARNING: line length of 91 exceeds 80 columns #78: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:345: + s->MACMergeFrameAssOkCount = emac_get_stat_by_name(emac, "FW_PREEMPT_ASSEMBLY_OK"); WARNING: line length of 95 exceeds 80 columns #79: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:346: + s->MACMergeFrameAssErrorCount = emac_get_stat_by_name(emac, "FW_PREEMPT_ASSEMBLY_ERR"); WARNING: line length of 87 exceeds 80 columns #80: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:347: + s->MACMergeFragCountRx = emac_get_stat_by_name(emac, "FW_PREEMPT_FRAG_CNT_RX"); WARNING: line length of 87 exceeds 80 columns #81: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:348: + s->MACMergeFragCountTx = emac_get_stat_by_name(emac, "FW_PREEMPT_FRAG_CNT_TX"); WARNING: line length of 91 exceeds 80 columns #82: FILE: drivers/net/ethernet/ti/icssg/icssg_ethtool.c:349: + s->MACMergeFrameSmdErrorCount = emac_get_stat_by_name(emac, "FW_PREEMPT_BAD_FRAG"); total: 0 errors, 6 warnings, 0 checks, 99 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 1ab5005f3556 ("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, 99 lines checked