WARNING: line length of 81 exceeds 80 columns #60: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:358: + s->FramesWithDeferredXmissions = enetc_port_rd64(hw, ENETC_PM_TDFR(mac)); WARNING: line length of 84 exceeds 80 columns #63: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:361: + s->FramesLostDueToIntMACXmitError = enetc_port_rd64(hw, ENETC_PM_TERR(mac)); WARNING: line length of 85 exceeds 80 columns #66: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:364: + s->FramesLostDueToIntMACRcvError = enetc_port_rd64(hw, ENETC_PM_RDRNTP(mac)); WARNING: line length of 81 exceeds 80 columns #78: FILE: drivers/net/ethernet/freescale/enetc/enetc_ethtool.c:374: + s->MACControlFramesTransmitted = enetc_port_rd64(hw, ENETC_PM_TCNP(mac)); total: 0 errors, 4 warnings, 0 checks, 107 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 6e6dbe5f045d ("net: enetc: read 64-bit statistics from port MAC counters") 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, 107 lines checked