WARNING: line length of 84 exceeds 80 columns #196: FILE: drivers/net/phy/mxl-86110.c:753: + chip_config = mxl86110_read_extended_reg(phydev, MXL86110_EXT_CHIP_CFG_REG); WARNING: line length of 82 exceeds 80 columns #239: FILE: drivers/net/phy/mxl-86110.c:796: + MXL86111_EXT_MISC_CONFIG_REG, WARNING: line length of 92 exceeds 80 columns #240: FILE: drivers/net/phy/mxl-86110.c:797: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL, WARNING: line length of 99 exceeds 80 columns #241: FILE: drivers/net/phy/mxl-86110.c:798: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL_100BX); WARNING: line length of 82 exceeds 80 columns #248: FILE: drivers/net/phy/mxl-86110.c:805: + MXL86111_EXT_MISC_CONFIG_REG, WARNING: line length of 92 exceeds 80 columns #249: FILE: drivers/net/phy/mxl-86110.c:806: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL, WARNING: line length of 100 exceeds 80 columns #250: FILE: drivers/net/phy/mxl-86110.c:807: + MXL86111_EXT_MISC_CONFIG_FIB_SPEED_SEL_1000BX); WARNING: line length of 89 exceeds 80 columns #259: FILE: drivers/net/phy/mxl-86110.c:816: + ret = __mxl86110_modify_extended_reg(phydev, MXL86110_EXT_RGMII_CFG1_REG, WARNING: line length of 93 exceeds 80 columns #260: FILE: drivers/net/phy/mxl-86110.c:817: + MXL86110_EXT_RGMII_CFG1_FULL_MASK, ret); WARNING: line length of 94 exceeds 80 columns #269: FILE: drivers/net/phy/mxl-86110.c:826: + ret = __mxl86110_read_extended_reg(phydev, MXL86110_EXT_CHIP_CFG_REG); WARNING: line length of 82 exceeds 80 columns #274: FILE: drivers/net/phy/mxl-86110.c:831: + switch (FIELD_GET(MXL86111_EXT_CHIP_CFG_CLDO_MASK, ret)) { WARNING: line length of 92 exceeds 80 columns #277: FILE: drivers/net/phy/mxl-86110.c:834: + ret = __mxl86110_write_extended_reg(phydev, 0xa010, 0xabff); WARNING: line length of 82 exceeds 80 columns #309: FILE: drivers/net/phy/mxl-86110.c:866: + page = __mxl86110_read_extended_reg(phydev, MXL86111_EXT_SMI_SDS_PHY_REG); WARNING: line length of 83 exceeds 80 columns #325: FILE: drivers/net/phy/mxl-86110.c:882: + return __mxl86110_modify_extended_reg(phydev, MXL86111_EXT_SMI_SDS_PHY_REG, WARNING: line length of 88 exceeds 80 columns #326: FILE: drivers/net/phy/mxl-86110.c:883: + MXL86111_EXT_SMI_SDS_PHYSPACE_MASK, page); WARNING: line length of 83 exceeds 80 columns #335: FILE: drivers/net/phy/mxl-86110.c:892: + (modes == LINK_INBAND_DISABLE) ? 0 : BMCR_ANENABLE); WARNING: line length of 90 exceeds 80 columns #341: FILE: drivers/net/phy/mxl-86110.c:898: + ret = __mxl86110_modify_extended_reg(phydev, MXL86111_EXT_SDS_LINK_TIMER_CFG2_REG, WARNING: line length of 89 exceeds 80 columns #342: FILE: drivers/net/phy/mxl-86110.c:899: + MXL86111_EXT_SDS_LINK_TIMER_CFG2_EN_AUTOSEN, WARNING: line length of 81 exceeds 80 columns #343: FILE: drivers/net/phy/mxl-86110.c:900: + (modes == LINK_INBAND_DISABLE) ? 0 : WARNING: line length of 90 exceeds 80 columns #344: FILE: drivers/net/phy/mxl-86110.c:901: + MXL86111_EXT_SDS_LINK_TIMER_CFG2_EN_AUTOSEN); WARNING: line length of 85 exceeds 80 columns #349: FILE: drivers/net/phy/mxl-86110.c:906: + 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 1dc43b595b92 ("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