WARNING: line length of 84 exceeds 80 columns #90: FILE: drivers/net/phy/realtek/realtek_main.c:737: + /* Unnamed registers from EMI improvement parameters application note 1.2 */ WARNING: line length of 86 exceeds 80 columns #93: FILE: drivers/net/phy/realtek/realtek_main.c:740: + dev_err(dev, "CLKOUT SCC initialization failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 86 exceeds 80 columns #97: FILE: drivers/net/phy/realtek/realtek_main.c:744: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_CLKOUT, 0x38c3); WARNING: line length of 85 exceeds 80 columns #99: FILE: drivers/net/phy/realtek/realtek_main.c:746: + dev_err(dev, "CLKOUT SCC configuration failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 83 exceeds 80 columns #134: FILE: drivers/net/phy/realtek/realtek_main.c:781: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_RXC, 0x5f00); WARNING: line length of 82 exceeds 80 columns #136: FILE: drivers/net/phy/realtek/realtek_main.c:783: + dev_err(dev, "RXC SCC configuration failed: %pe\n", ERR_PTR(ret)); WARNING: line length of 86 exceeds 80 columns #160: FILE: drivers/net/phy/realtek/realtek_main.c:807: + ret = phy_write_paged(phydev, RTL8211F_SSC_PAGE, RTL8211F_SSC_SYSCLK, 0x4f00); WARNING: line length of 85 exceeds 80 columns #162: FILE: drivers/net/phy/realtek/realtek_main.c:809: + dev_err(dev, "SYSCLK SCC configuration failed: %pe\n", ERR_PTR(ret)); total: 0 errors, 8 warnings, 0 checks, 168 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 c8caf3bcca8f ("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, 168 lines checked