WARNING: line length of 86 exceeds 80 columns #109: FILE: drivers/net/phy/intel-xway.c:387: + ret = phy_write_mmd(phydev, MDIO_MMD_VEND2, XWAY_MMD_LEDxH(index), 0); WARNING: line length of 87 exceeds 80 columns #113: FILE: drivers/net/phy/intel-xway.c:391: + return phy_write_mmd(phydev, MDIO_MMD_VEND2, XWAY_MMD_LEDxL(index), 0); WARNING: line length of 81 exceeds 80 columns #215: FILE: drivers/net/phy/intel-xway.c:493: + ret = phy_write_mmd(phydev, MDIO_MMD_VEND2, XWAY_MMD_LEDxH(index), hval); WARNING: line length of 81 exceeds 80 columns #219: FILE: drivers/net/phy/intel-xway.c:497: + ret = phy_write_mmd(phydev, MDIO_MMD_VEND2, XWAY_MMD_LEDxL(index), lval); total: 0 errors, 4 warnings, 0 checks, 336 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 cf9690cda6c7 ("net: phy: intel-xway: add support for PHY LEDs") 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, 4 warnings, 0 checks, 336 lines checked