WARNING: line length of 84 exceeds 80 columns #195: FILE: drivers/net/phy/mxl-86110.c:754: + chip_config = mxl86110_read_extended_reg(phydev, MXL86110_EXT_CHIP_CFG_REG); WARNING: line length of 82 exceeds 80 columns #238: FILE: drivers/net/phy/mxl-86110.c:797: + MXL86111_EXT_MISC_CONFIG_REG, WARNING: line length of 92 exceeds 80 columns #239: FILE: drivers/net/phy/mxl-86110.c:798: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL, WARNING: line length of 99 exceeds 80 columns #240: FILE: drivers/net/phy/mxl-86110.c:799: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL_100BX); WARNING: line length of 82 exceeds 80 columns #247: FILE: drivers/net/phy/mxl-86110.c:806: + MXL86111_EXT_MISC_CONFIG_REG, WARNING: line length of 92 exceeds 80 columns #248: FILE: drivers/net/phy/mxl-86110.c:807: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL, WARNING: line length of 100 exceeds 80 columns #249: FILE: drivers/net/phy/mxl-86110.c:808: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL_1000BX); WARNING: line length of 89 exceeds 80 columns #258: FILE: drivers/net/phy/mxl-86110.c:817: + ret = __mxl86110_modify_extended_reg(phydev, MXL86110_EXT_RGMII_CFG1_REG, WARNING: line length of 93 exceeds 80 columns #259: FILE: drivers/net/phy/mxl-86110.c:818: + MXL86110_EXT_RGMII_CFG1_FULL_MASK, ret); WARNING: line length of 94 exceeds 80 columns #268: FILE: drivers/net/phy/mxl-86110.c:827: + ret = __mxl86110_read_extended_reg(phydev, MXL86110_EXT_CHIP_CFG_REG); WARNING: line length of 82 exceeds 80 columns #273: FILE: drivers/net/phy/mxl-86110.c:832: + switch (FIELD_GET(MXL86111_EXT_CHIP_CFG_CLDO_MASK, ret)) { WARNING: line length of 92 exceeds 80 columns #276: FILE: drivers/net/phy/mxl-86110.c:835: + ret = __mxl86110_write_extended_reg(phydev, 0xa010, 0xabff); WARNING: line length of 82 exceeds 80 columns #308: FILE: drivers/net/phy/mxl-86110.c:867: + page = __mxl86110_read_extended_reg(phydev, MXL86111_EXT_SMI_SDS_PHY_REG); WARNING: line length of 83 exceeds 80 columns #324: FILE: drivers/net/phy/mxl-86110.c:883: + return __mxl86110_modify_extended_reg(phydev, MXL86111_EXT_SMI_SDS_PHY_REG, WARNING: line length of 88 exceeds 80 columns #325: FILE: drivers/net/phy/mxl-86110.c:884: + MXL86111_EXT_SMI_SDS_PHYSPACE_MASK, page); WARNING: line length of 83 exceeds 80 columns #334: FILE: drivers/net/phy/mxl-86110.c:893: + (modes == LINK_INBAND_DISABLE) ? 0 : BMCR_ANENABLE); WARNING: line length of 90 exceeds 80 columns #340: FILE: drivers/net/phy/mxl-86110.c:899: + ret = __mxl86110_modify_extended_reg(phydev, MXL86111_EXT_SDS_LINK_TIMER_CFG2_REG, WARNING: line length of 89 exceeds 80 columns #341: FILE: drivers/net/phy/mxl-86110.c:900: + MXL86111_EXT_SDS_LINK_TIMER_CFG2_EN_AUTOSEN, WARNING: line length of 81 exceeds 80 columns #342: FILE: drivers/net/phy/mxl-86110.c:901: + (modes == LINK_INBAND_DISABLE) ? 0 : WARNING: line length of 90 exceeds 80 columns #343: FILE: drivers/net/phy/mxl-86110.c:902: + MXL86111_EXT_SDS_LINK_TIMER_CFG2_EN_AUTOSEN); WARNING: line length of 85 exceeds 80 columns #348: FILE: drivers/net/phy/mxl-86110.c:907: + MXL86110_EXT_CHIP_CFG_SW_RST_N_MODE, 0); total: 0 errors, 21 warnings, 0 checks, 387 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 753a4db33d97 ("net: phy: mxl-86110: add basic support for MxL86111 PHY") 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, 21 warnings, 0 checks, 387 lines checked