WARNING: line length of 83 exceeds 80 columns #50: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c:943: + const struct ethtool_rmon_hist_range **ranges) WARNING: line length of 84 exceeds 80 columns #89: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c:982: + struct ethtool_eth_mac_stats *eth_mac_stats) WARNING: line length of 82 exceeds 80 columns #196: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:122: + DPMAC_CTRL_COUNTER(DPMAC_CNT_ING_CONTROL_FRAME, MACControlFramesReceived), WARNING: line length of 85 exceeds 80 columns #197: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:123: + DPMAC_CTRL_COUNTER(DPMAC_CNT_EGR_CONTROL_FRAME, MACControlFramesTransmitted), WARNING: line length of 83 exceeds 80 columns #208: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:134: + DPMAC_MAC_COUNTER(DPMAC_CNT_EGR_ERR_FRAME, FramesLostDueToIntMACXmitError), WARNING: line length of 96 exceeds 80 columns #210: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:136: + DPMAC_MAC_COUNTER(DPMAC_CNT_ING_FRAME_DISCARD_NOT_TRUNC, FramesLostDueToIntMACRcvError), WARNING: line length of 83 exceeds 80 columns #217: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:143: +#define DPAA2_MAC_NUM_ETH_MAC_STATS ARRAY_SIZE(dpaa2_mac_eth_mac_stats) WARNING: line length of 86 exceeds 80 columns #239: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:712: + DPAA2_MAC_NUM_RMON_STATS, dpaa2_mac_rmon_stats); WARNING: line length of 88 exceeds 80 columns #242: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:715: + DPAA2_MAC_NUM_PAUSE_STATS, dpaa2_mac_pause_stats); WARNING: line length of 94 exceeds 80 columns #245: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:718: + DPAA2_MAC_NUM_ETH_CTRL_STATS, dpaa2_mac_eth_ctrl_stats); WARNING: line length of 92 exceeds 80 columns #248: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:721: + DPAA2_MAC_NUM_ETH_MAC_STATS, dpaa2_mac_eth_mac_stats); WARNING: line length of 87 exceeds 80 columns #259: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:739: + dpaa2_mac_clear_stats(mac, &mac->rmon_stats, DPAA2_MAC_NUM_RMON_STATS); WARNING: line length of 89 exceeds 80 columns #260: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:740: + dpaa2_mac_clear_stats(mac, &mac->pause_stats, DPAA2_MAC_NUM_PAUSE_STATS); WARNING: line length of 95 exceeds 80 columns #261: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:741: + dpaa2_mac_clear_stats(mac, &mac->eth_ctrl_stats, DPAA2_MAC_NUM_ETH_CTRL_STATS); WARNING: line length of 93 exceeds 80 columns #262: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:742: + dpaa2_mac_clear_stats(mac, &mac->eth_mac_stats, DPAA2_MAC_NUM_ETH_MAC_STATS); WARNING: line length of 94 exceeds 80 columns #292: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:772: +static void dpaa2_mac_get_standard_stats(struct dpaa2_mac *mac, struct dpaa2_mac_stats *stats, WARNING: line length of 94 exceeds 80 columns #293: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:773: + size_t num_cnt, const struct dpmac_counter *counters, WARNING: line length of 82 exceeds 80 columns #321: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:801: +void dpaa2_mac_get_rmon_stats(struct dpaa2_mac *mac, struct ethtool_rmon_stats *s, WARNING: line length of 85 exceeds 80 columns #327: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:807: + dpaa2_mac_get_standard_stats(mac, &mac->rmon_stats, DPAA2_MAC_NUM_RMON_STATS, WARNING: line length of 84 exceeds 80 columns #333: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:813: +void dpaa2_mac_get_pause_stats(struct dpaa2_mac *mac, struct ethtool_pause_stats *s) WARNING: line length of 87 exceeds 80 columns #338: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:818: + dpaa2_mac_get_standard_stats(mac, &mac->pause_stats, DPAA2_MAC_NUM_PAUSE_STATS, WARNING: line length of 86 exceeds 80 columns #342: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:822: +void dpaa2_mac_get_ctrl_stats(struct dpaa2_mac *mac, struct ethtool_eth_ctrl_stats *s) WARNING: line length of 93 exceeds 80 columns #347: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:827: + dpaa2_mac_get_standard_stats(mac, &mac->eth_ctrl_stats, DPAA2_MAC_NUM_ETH_CTRL_STATS, WARNING: line length of 88 exceeds 80 columns #351: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:831: +void dpaa2_mac_get_eth_mac_stats(struct dpaa2_mac *mac, struct ethtool_eth_mac_stats *s) WARNING: line length of 91 exceeds 80 columns #356: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c:836: + dpaa2_mac_get_standard_stats(mac, &mac->eth_mac_stats, DPAA2_MAC_NUM_ETH_MAC_STATS, WARNING: line length of 82 exceeds 80 columns #382: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.h:68: +void dpaa2_mac_get_rmon_stats(struct dpaa2_mac *mac, struct ethtool_rmon_stats *s, WARNING: line length of 85 exceeds 80 columns #385: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.h:71: +void dpaa2_mac_get_pause_stats(struct dpaa2_mac *mac, struct ethtool_pause_stats *s); WARNING: line length of 87 exceeds 80 columns #387: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.h:73: +void dpaa2_mac_get_ctrl_stats(struct dpaa2_mac *mac, struct ethtool_eth_ctrl_stats *s); WARNING: line length of 89 exceeds 80 columns #389: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.h:75: +void dpaa2_mac_get_eth_mac_stats(struct dpaa2_mac *mac, struct ethtool_eth_mac_stats *s); WARNING: line length of 86 exceeds 80 columns #413: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-ethtool.c:215: + const struct ethtool_rmon_hist_range **ranges) WARNING: line length of 82 exceeds 80 columns #426: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-ethtool.c:228: + struct ethtool_eth_ctrl_stats *ctrl_stats) WARNING: line length of 87 exceeds 80 columns #439: FILE: drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-ethtool.c:241: + struct ethtool_eth_mac_stats *eth_mac_stats) total: 0 errors, 32 warnings, 0 checks, 401 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 8d603fc888be ("net: dpaa2-mac: export standard statistics") 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, 32 warnings, 0 checks, 401 lines checked