WARNING: line length of 81 exceeds 80 columns #59: FILE: drivers/net/phy/bcm-phy-lib.c:827: + if (linkmode_test_bit(ETHTOOL_LINK_MODE_100baseT1_Full_BIT, advertising)) WARNING: line length of 83 exceeds 80 columns #196: FILE: drivers/net/phy/broadcom.c:563: + ETHTOOL_PHY_BRR_MODE_ON : ETHTOOL_PHY_BRR_MODE_OFF; WARNING: line length of 83 exceeds 80 columns #213: FILE: drivers/net/phy/broadcom.c:580: + err = bcm_phy_write_exp(phydev, BCM54810_EXP_BROADREACH_LRE_MISC_CTL, reg); WARNING: line length of 83 exceeds 80 columns #217: FILE: drivers/net/phy/broadcom.c:584: + /* Ensure LRE or IEEE register set is accessed according to the brr on/off, WARNING: line length of 81 exceeds 80 columns #220: FILE: drivers/net/phy/broadcom.c:587: + return bcm_phy_write_exp(phydev, BCM54811_EXP_BROADREACH_LRE_OVERLAY_CTL, WARNING: line length of 82 exceeds 80 columns #440: FILE: drivers/net/phy/broadcom.c:1265: + ETHTOOL_LINK_MODE_Asym_Pause_BIT, WARNING: line length of 88 exceeds 80 columns #442: FILE: drivers/net/phy/broadcom.c:1267: + ETHTOOL_LINK_MODE_100baseT1_Full_BIT }; WARNING: line length of 87 exceeds 80 columns #444: FILE: drivers/net/phy/broadcom.c:1269: + linkmode_clear_bit(br_bits[i], phydev->lp_advertising); WARNING: line length of 85 exceeds 80 columns #455: FILE: drivers/net/phy/broadcom.c:1280: + phydev->lp_advertising, lrelpa & LRELPA_PAUSE_ASYM); WARNING: line length of 84 exceeds 80 columns #459: FILE: drivers/net/phy/broadcom.c:1284: + phydev->lp_advertising, lrelpa & LRELPA_100_1PAIR); WARNING: line length of 83 exceeds 80 columns #461: FILE: drivers/net/phy/broadcom.c:1286: + phydev->lp_advertising, lrelpa & LRELPA_10_1PAIR); WARNING: line length of 82 exceeds 80 columns #497: FILE: drivers/net/phy/broadcom.c:1322: + /* Get the status in BroadRReach mode just like genphy_read_status WARNING: line length of 82 exceeds 80 columns #513: FILE: drivers/net/phy/broadcom.c:1338: + if (phydev->autoneg == AUTONEG_ENABLE && old_link && phydev->link) WARNING: line length of 84 exceeds 80 columns #530: FILE: drivers/net/phy/broadcom.c:1355: + if (phydev->autoneg == AUTONEG_ENABLE && phydev->autoneg_complete) { total: 0 errors, 14 warnings, 0 checks, 521 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 fb57ca6f2311 ("net: phy: bcm-phy-lib: Implement BroadR-Reach link modes") 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, 14 warnings, 0 checks, 521 lines checked