WARNING: please, no spaces at the start of a line #64: FILE: drivers/net/phy/phy_device.c:284: + struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL };$ WARNING: please, no spaces at the start of a line #66: FILE: drivers/net/phy/phy_device.c:286: + phy_ethtool_get_wol(phydev, &wol);$ WARNING: please, no spaces at the start of a line #68: FILE: drivers/net/phy/phy_device.c:288: + return wol.wolopts != 0;$ total: 0 errors, 3 warnings, 0 checks, 43 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 c2d8e2ecb3af ("net: phy: phy_device: fix PHY WOL enabled, PM failed to suspend") 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, 3 warnings, 0 checks, 43 lines checked