WARNING: line length of 83 exceeds 80 columns #59: FILE: drivers/net/phy/bcm-phy-lib.c:825: + 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:827: + if (linkmode_test_bit(ETHTOOL_LINK_MODE_100baseT1_Full_BIT, advertising)) WARNING: line length of 81 exceeds 80 columns #207: FILE: drivers/net/phy/broadcom.c:572: + ETHTOOL_LINK_MODE_10baseT1BRR_Full_BIT, WARNING: line length of 83 exceeds 80 columns #262: 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 #271: 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 #274: FILE: drivers/net/phy/broadcom.c:639: + return bcm_phy_write_exp(phydev, BCM54811_EXP_BROADREACH_LRE_OVERLAY_CTL, WARNING: line length of 82 exceeds 80 columns #424: FILE: drivers/net/phy/broadcom.c:1246: + ETHTOOL_LINK_MODE_Asym_Pause_BIT, WARNING: line length of 88 exceeds 80 columns #425: FILE: drivers/net/phy/broadcom.c:1247: + ETHTOOL_LINK_MODE_10baseT1BRR_Full_BIT, WARNING: line length of 88 exceeds 80 columns #426: FILE: drivers/net/phy/broadcom.c:1248: + ETHTOOL_LINK_MODE_100baseT1_Full_BIT }; WARNING: line length of 87 exceeds 80 columns #428: FILE: drivers/net/phy/broadcom.c:1250: + linkmode_clear_bit(br_bits[i], phydev->lp_advertising); WARNING: line length of 85 exceeds 80 columns #439: FILE: drivers/net/phy/broadcom.c:1261: + phydev->lp_advertising, lrelpa & LRELPA_PAUSE_ASYM); WARNING: line length of 84 exceeds 80 columns #443: FILE: drivers/net/phy/broadcom.c:1265: + phydev->lp_advertising, lrelpa & LRELPA_100_1PAIR); WARNING: line length of 83 exceeds 80 columns #445: FILE: drivers/net/phy/broadcom.c:1267: + phydev->lp_advertising, lrelpa & LRELPA_10_1PAIR); WARNING: line length of 82 exceeds 80 columns #535: FILE: drivers/net/phy/broadcom.c:1357: + /* Get the status in BroadRReach mode just like genphy_read_status WARNING: line length of 82 exceeds 80 columns #548: FILE: drivers/net/phy/broadcom.c:1370: + if (phydev->autoneg == AUTONEG_ENABLE && old_link && phydev->link) WARNING: line length of 84 exceeds 80 columns #565: FILE: drivers/net/phy/broadcom.c:1387: + if (phydev->autoneg == AUTONEG_ENABLE && phydev->autoneg_complete) { CHECK: Alignment should match open parenthesis #605: 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, 16 warnings, 1 checks, 575 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 974ed207cef2 ("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, 16 warnings, 1 checks, 575 lines checked