WARNING: line length of 87 exceeds 80 columns #183: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:330: + pause_stats->tx_pause_frames = enetc_port_rd64(hw, ENETC_PM_TXPF(mac)); WARNING: line length of 87 exceeds 80 columns #184: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:331: + pause_stats->rx_pause_frames = enetc_port_rd64(hw, ENETC_PM_RXPF(mac)); WARNING: line length of 88 exceeds 80 columns #187: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:334: + pause_stats->tx_pause_frames = enetc_port_rd64(hw, ENETC4_PM_TXPF(mac)); WARNING: line length of 88 exceeds 80 columns #188: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:335: + pause_stats->rx_pause_frames = enetc_port_rd64(hw, ENETC4_PM_RXPF(mac)); WARNING: line length of 82 exceeds 80 columns #229: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:395: + s->FramesWithDeferredXmissions = enetc_port_rd64(hw, ENETC4_PM_TDFR(mac)); WARNING: line length of 81 exceeds 80 columns #231: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:397: + s->FramesAbortedDueToXSColls = enetc_port_rd64(hw, ENETC4_PM_TECOL(mac)); WARNING: line length of 85 exceeds 80 columns #232: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:398: + s->FramesLostDueToIntMACXmitError = enetc_port_rd64(hw, ENETC4_PM_TERR(mac)); WARNING: line length of 86 exceeds 80 columns #234: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:400: + s->FramesLostDueToIntMACRcvError = enetc_port_rd64(hw, ENETC4_PM_RDRNTP(mac)); WARNING: line length of 89 exceeds 80 columns #250: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:414: + s->MACControlFramesTransmitted = enetc_port_rd64(hw, ENETC_PM_TCNP(mac)); WARNING: line length of 86 exceeds 80 columns #251: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:415: + s->MACControlFramesReceived = enetc_port_rd64(hw, ENETC_PM_RCNP(mac)); WARNING: line length of 90 exceeds 80 columns #254: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:418: + s->MACControlFramesTransmitted = enetc_port_rd64(hw, ENETC4_PM_TCNP(mac)); WARNING: line length of 87 exceeds 80 columns #255: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:419: + s->MACControlFramesReceived = enetc_port_rd64(hw, ENETC4_PM_RCNP(mac)); total: 0 errors, 12 warnings, 0 checks, 360 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 e72f4697d630 ("net: enetc: add support for the standardized counters") 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, 12 warnings, 0 checks, 360 lines checked