WARNING: line length of 83 exceeds 80 columns #77: FILE: drivers/net/phy/realtek/realtek_main.c:726: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_RXC, 0x5f00); WARNING: line length of 82 exceeds 80 columns #79: FILE: drivers/net/phy/realtek/realtek_main.c:728: + dev_err(dev, "RXC SCC configuration failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 86 exceeds 80 columns #83: FILE: drivers/net/phy/realtek/realtek_main.c:732: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_SYSCLK, 0x4f00); WARNING: line length of 85 exceeds 80 columns #85: FILE: drivers/net/phy/realtek/realtek_main.c:734: + dev_err(dev, "SYSCLK SCC configuration failed: %pe\n", ERR_PTR(ret)); total: 0 errors, 4 warnings, 0 checks, 82 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 73705615ccd4 ("net: phy: realtek: Add property to enable SSC") 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, 82 lines checked