WARNING: line length of 84 exceeds 80 columns #191: 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 #234: FILE: drivers/net/phy/mxl-86110.c:797: + MXL86111_EXT_MISC_CONFIG_REG, WARNING: line length of 92 exceeds 80 columns #235: FILE: drivers/net/phy/mxl-86110.c:798: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL, WARNING: line length of 99 exceeds 80 columns #236: FILE: drivers/net/phy/mxl-86110.c:799: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL_100BX); WARNING: line length of 82 exceeds 80 columns #243: FILE: drivers/net/phy/mxl-86110.c:806: + MXL86111_EXT_MISC_CONFIG_REG, WARNING: line length of 92 exceeds 80 columns #244: FILE: drivers/net/phy/mxl-86110.c:807: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL, WARNING: line length of 100 exceeds 80 columns #245: FILE: drivers/net/phy/mxl-86110.c:808: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL_1000BX); WARNING: line length of 89 exceeds 80 columns #254: 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 #255: FILE: drivers/net/phy/mxl-86110.c:818: + MXL86110_EXT_RGMII_CFG1_FULL_MASK, ret); WARNING: line length of 94 exceeds 80 columns #264: 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 #269: 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 #272: FILE: drivers/net/phy/mxl-86110.c:835: + ret = __mxl86110_write_extended_reg(phydev, 0xa010, 0xabff); WARNING: line length of 82 exceeds 80 columns #304: 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 #320: 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 #321: FILE: drivers/net/phy/mxl-86110.c:884: + MXL86111_EXT_SMI_SDS_PHYSPACE_MASK, page); WARNING: line length of 83 exceeds 80 columns #330: FILE: drivers/net/phy/mxl-86110.c:893: + (modes == LINK_INBAND_DISABLE) ? 0 : BMCR_ANENABLE); WARNING: line length of 90 exceeds 80 columns #336: 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 #337: FILE: drivers/net/phy/mxl-86110.c:900: + MXL86111_EXT_SDS_LINK_TIMER_CFG2_EN_AUTOSEN, WARNING: line length of 81 exceeds 80 columns #338: FILE: drivers/net/phy/mxl-86110.c:901: + (modes == LINK_INBAND_DISABLE) ? 0 : WARNING: line length of 90 exceeds 80 columns #339: FILE: drivers/net/phy/mxl-86110.c:902: + MXL86111_EXT_SDS_LINK_TIMER_CFG2_EN_AUTOSEN); WARNING: line length of 85 exceeds 80 columns #344: FILE: drivers/net/phy/mxl-86110.c:907: + MXL86110_EXT_CHIP_CFG_SW_RST_N_MODE, 0); total: 0 errors, 21 warnings, 0 checks, 382 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 7edd6f37eea2 ("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, 382 lines checked