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);

WARNING: line length of 85 exceeds 80 columns
#249: FILE: drivers/net/phy/intel-xway.c:527:
+		return phy_set_bits(phydev, XWAY_MDIO_LED, XWAY_GPHY_LED_INV(index));

WARNING: line length of 87 exceeds 80 columns
#252: FILE: drivers/net/phy/intel-xway.c:530:
+		return phy_clear_bits(phydev, XWAY_MDIO_LED, XWAY_GPHY_LED_INV(index));

total: 0 errors, 6 warnings, 0 checks, 342 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 d07730f81432 ("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, 6 warnings, 0 checks, 342 lines checked