WARNING: line length of 84 exceeds 80 columns #87: FILE: drivers/net/phy/realtek/realtek_main.c:734: + /* Unnamed registers from EMI improvement parameters application note 1.2 */ WARNING: line length of 86 exceeds 80 columns #90: FILE: drivers/net/phy/realtek/realtek_main.c:737: + dev_err(dev, "CLKOUT SCC initialization failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 86 exceeds 80 columns #94: FILE: drivers/net/phy/realtek/realtek_main.c:741: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_CLKOUT, 0x38c3); WARNING: line length of 85 exceeds 80 columns #96: FILE: drivers/net/phy/realtek/realtek_main.c:743: + dev_err(dev, "CLKOUT SCC configuration failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 83 exceeds 80 columns #128: FILE: drivers/net/phy/realtek/realtek_main.c:775: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_RXC, 0x5f00); WARNING: line length of 82 exceeds 80 columns #130: FILE: drivers/net/phy/realtek/realtek_main.c:777: + dev_err(dev, "RXC SCC configuration failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 86 exceeds 80 columns #151: FILE: drivers/net/phy/realtek/realtek_main.c:798: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_SYSCLK, 0x4f00); WARNING: line length of 85 exceeds 80 columns #153: FILE: drivers/net/phy/realtek/realtek_main.c:800: + dev_err(dev, "SYSCLK SCC configuration failed: %pe\n", ERR_PTR(ret)); total: 0 errors, 8 warnings, 0 checks, 159 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 5045d2219e41 ("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, 8 warnings, 0 checks, 159 lines checked