WARNING: line length of 83 exceeds 80 columns #59: FILE: drivers/net/phy/bcm-phy-lib.c:826: + if (linkmode_test_bit(ETHTOOL_LINK_MODE_10baseT1BRR_Full_BIT, advertising)) WARNING: line length of 81 exceeds 80 columns #61: FILE: drivers/net/phy/bcm-phy-lib.c:828: + if (linkmode_test_bit(ETHTOOL_LINK_MODE_100baseT1_Full_BIT, advertising)) WARNING: line length of 82 exceeds 80 columns #217: FILE: drivers/net/phy/broadcom.c:573: + ETHTOOL_LINK_MODE_10baseT1BRR_Full_BIT, WARNING: line length of 83 exceeds 80 columns #271: FILE: drivers/net/phy/broadcom.c:627: + err = bcm_phy_write_exp(phydev, BCM54810_EXP_BROADREACH_LRE_MISC_CTL, reg); WARNING: line length of 83 exceeds 80 columns #280: FILE: drivers/net/phy/broadcom.c:636: + /* Ensure LRE or IEEE register set is accessed according to the brr on/off, WARNING: line length of 81 exceeds 80 columns #283: FILE: drivers/net/phy/broadcom.c:639: + return bcm_phy_write_exp(phydev, BCM54811_EXP_BROADREACH_LRE_OVERLAY_CTL, WARNING: line length of 81 exceeds 80 columns #285: FILE: drivers/net/phy/broadcom.c:641: + (on ? 0 : BCM54811_EXP_BROADREACH_LRE_OVERLAY_CTL_OVERRIDE_VAL)); WARNING: line length of 81 exceeds 80 columns #328: FILE: drivers/net/phy/broadcom.c:680: + int ret = bcm_phy_write_exp(phydev, MII_BCM54XX_EXP_SEL_ER + 0x9, WARNING: line length of 85 exceeds 80 columns #435: FILE: drivers/net/phy/broadcom.c:1242: + static const int br_bits[] = { ETHTOOL_LINK_MODE_Autoneg_BIT, WARNING: line length of 83 exceeds 80 columns #436: FILE: drivers/net/phy/broadcom.c:1243: + ETHTOOL_LINK_MODE_Pause_BIT, WARNING: line length of 88 exceeds 80 columns #437: FILE: drivers/net/phy/broadcom.c:1244: + ETHTOOL_LINK_MODE_Asym_Pause_BIT, WARNING: line length of 94 exceeds 80 columns #438: FILE: drivers/net/phy/broadcom.c:1245: + ETHTOOL_LINK_MODE_10baseT1BRR_Full_BIT, WARNING: line length of 94 exceeds 80 columns #439: FILE: drivers/net/phy/broadcom.c:1246: + ETHTOOL_LINK_MODE_100baseT1_Full_BIT }; WARNING: line length of 87 exceeds 80 columns #441: FILE: drivers/net/phy/broadcom.c:1248: + linkmode_clear_bit(br_bits[i], phydev->lp_advertising); WARNING: line length of 85 exceeds 80 columns #452: FILE: drivers/net/phy/broadcom.c:1259: + phydev->lp_advertising, lrelpa & LRELPA_PAUSE_ASYM); WARNING: line length of 84 exceeds 80 columns #456: FILE: drivers/net/phy/broadcom.c:1263: + phydev->lp_advertising, lrelpa & LRELPA_100_1PAIR); WARNING: line length of 83 exceeds 80 columns #458: FILE: drivers/net/phy/broadcom.c:1265: + phydev->lp_advertising, lrelpa & LRELPA_10_1PAIR); WARNING: line length of 82 exceeds 80 columns #548: FILE: drivers/net/phy/broadcom.c:1355: + /* Get the status in BroadRReach mode just like genphy_read_status WARNING: line length of 82 exceeds 80 columns #561: FILE: drivers/net/phy/broadcom.c:1368: + if (phydev->autoneg == AUTONEG_ENABLE && old_link && phydev->link) WARNING: line length of 84 exceeds 80 columns #578: FILE: drivers/net/phy/broadcom.c:1385: + if (phydev->autoneg == AUTONEG_ENABLE && phydev->autoneg_complete) { CHECK: Alignment should match open parenthesis #618: FILE: drivers/net/phy/phy-core.c:17: + BUILD_BUG_ON_MSG(__ETHTOOL_LINK_MODE_MASK_NBITS != 103, "Enum ethtool_link_mode_bit_indices and phylib are out of sync. " total: 0 errors, 20 warnings, 1 checks, 574 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 ce0f00619fbe ("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, 20 warnings, 1 checks, 574 lines checked