WARNING: line length of 81 exceeds 80 columns #212: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:39: +#define MIB_DESC(_size, _name, _element) \ WARNING: line length of 81 exceeds 80 columns #294: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1818: + dev_err(ds->dev, "failed to read RMON stats on port %d\n", port); WARNING: line length of 81 exceeds 80 columns #318: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1842: + mac_stats->SingleCollisionFrames = le32_to_cpu(cnt.tx_single_coll_count); WARNING: line length of 81 exceeds 80 columns #319: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1843: + mac_stats->MultipleCollisionFrames = le32_to_cpu(cnt.tx_mult_coll_count); WARNING: line length of 85 exceeds 80 columns #325: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1849: + mac_stats->FramesAbortedDueToXSColls = le32_to_cpu(cnt.tx_excess_coll_count); WARNING: line length of 81 exceeds 80 columns #327: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1851: + mac_stats->MulticastFramesXmittedOK = le32_to_cpu(cnt.tx_multicast_pkts); WARNING: line length of 81 exceeds 80 columns #328: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1852: + mac_stats->BroadcastFramesXmittedOK = le32_to_cpu(cnt.tx_broadcast_pkts); WARNING: line length of 82 exceeds 80 columns #329: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1853: + mac_stats->MulticastFramesReceivedOK = le32_to_cpu(cnt.rx_multicast_pkts); WARNING: line length of 82 exceeds 80 columns #330: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1854: + mac_stats->BroadcastFramesReceivedOK = le32_to_cpu(cnt.rx_broadcast_pkts); WARNING: line length of 82 exceeds 80 columns #335: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1859: + struct ethtool_eth_ctrl_stats *ctrl_stats) WARNING: line length of 82 exceeds 80 columns #342: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1866: + ctrl_stats->MACControlFramesTransmitted = le32_to_cpu(cnt.tx_pause_count); WARNING: line length of 83 exceeds 80 columns #343: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:1867: + ctrl_stats->MACControlFramesReceived = le32_to_cpu(cnt.rx_good_pause_pkts); total: 0 errors, 12 warnings, 0 checks, 330 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 14e8dd15e53d ("net: dsa: mxl862xx: add ethtool statistics support") 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, 330 lines checked