WARNING: line length of 81 exceeds 80 columns #65: FILE: drivers/net/phy/phy.c:641: + * __phy_ethtool_get_link_ext_stats - Retrieve extended link statistics for a PHY CHECK: Alignment should match open parenthesis #181: FILE: include/linux/phy.h:2157: +void __phy_ethtool_get_phy_stats(struct phy_device *phydev, + struct ethtool_eth_phy_stats *phy_stats, WARNING: line length of 81 exceeds 80 columns #184: FILE: include/linux/phy.h:2160: + struct ethtool_link_ext_stats *link_stats); CHECK: Alignment should match open parenthesis #220: FILE: include/linux/phylib_stubs.h:62: +static inline void phy_ethtool_get_phy_stats(struct phy_device *phydev, + struct ethtool_eth_phy_stats *phy_stats, CHECK: Alignment should match open parenthesis #232: FILE: include/linux/phylib_stubs.h:74: +static inline void phy_ethtool_get_link_ext_stats(struct phy_device *phydev, + struct ethtool_link_ext_stats *link_stats) CHECK: Alignment should match open parenthesis #250: FILE: include/linux/phylib_stubs.h:100: +static inline void phy_ethtool_get_phy_stats(struct phy_device *phydev, + struct ethtool_eth_phy_stats *phy_stats, CHECK: Alignment should match open parenthesis #256: FILE: include/linux/phylib_stubs.h:106: +static inline void phy_ethtool_get_link_ext_stats(struct phy_device *phydev, + struct ethtool_link_ext_stats *link_stats) total: 0 errors, 2 warnings, 5 checks, 258 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 7f167fcada67 ("net: ethtool: plumb PHY stats to PHY drivers") 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, 2 warnings, 5 checks, 258 lines checked