WARNING: line length of 87 exceeds 80 columns
#103: FILE: drivers/net/phy/realtek/realtek_main.c:659:
+	ret = rtl8211e_read_ext_page(phydev, RTL8211E_LEDCR_EXT_PAGE, RTL8211E_LEDCR1);

WARNING: line length of 87 exceeds 80 columns
#113: FILE: drivers/net/phy/realtek/realtek_main.c:669:
+	ret = rtl8211e_read_ext_page(phydev, RTL8211E_LEDCR_EXT_PAGE, RTL8211E_LEDCR2);

WARNING: line length of 84 exceeds 80 columns
#133: FILE: drivers/net/phy/realtek/realtek_main.c:689:
+	const u16 cr1mask = RTL8211E_LEDCR1_MASK << (RTL8211E_LEDCR1_SHIFT * index);

WARNING: line length of 84 exceeds 80 columns
#134: FILE: drivers/net/phy/realtek/realtek_main.c:690:
+	const u16 cr2mask = RTL8211E_LEDCR2_MASK << (RTL8211E_LEDCR2_SHIFT * index);

total: 0 errors, 4 warnings, 0 checks, 162 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 ffeca6beb0f5 ("net: phy: realtek: Add support for PHY LEDs on RTL8211E") 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, 162 lines checked