WARNING: line length of 87 exceeds 80 columns #216: FILE: drivers/net/phy/mscc/mscc_main.c:2305: + return vsc85xx_probe_common(phydev, &vsc8514_cfg, vsc85xx_default_led_modes_4); WARNING: line length of 87 exceeds 80 columns #240: FILE: drivers/net/phy/mscc/mscc_main.c:2321: + return vsc85xx_probe_common(phydev, &vsc8574_cfg, vsc85xx_default_led_modes_4); WARNING: line length of 87 exceeds 80 columns #260: FILE: drivers/net/phy/mscc/mscc_main.c:2337: + return vsc85xx_probe_common(phydev, &vsc8584_cfg, vsc85xx_default_led_modes_4); WARNING: line length of 87 exceeds 80 columns #285: FILE: drivers/net/phy/mscc/mscc_main.c:2352: + return vsc85xx_probe_common(phydev, &vsc85xx_cfg, vsc85xx_default_led_modes_4); total: 0 errors, 4 warnings, 0 checks, 253 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 db9eea98aa77 ("net: phy: mscc: Consolidate probe functions into a common helper") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 253 lines checked