WARNING: line length of 83 exceeds 80 columns #68: FILE: drivers/net/phy/micrel.c:2524: + phy_inband_ext_set_available(phydev, PHY_INBAND_EXT_PCH_TIMESTAMP); WARNING: line length of 85 exceeds 80 columns #70: FILE: drivers/net/phy/micrel.c:2526: + phy_inband_ext_set_unavailable(phydev, PHY_INBAND_EXT_PCH_TIMESTAMP); WARNING: line length of 93 exceeds 80 columns #82: FILE: drivers/net/phy/micrel.c:2942: + if (phy_inband_ext_enabled(ptp_priv->phydev, PHY_INBAND_EXT_PCH_TIMESTAMP)) { WARNING: line length of 81 exceeds 80 columns #85: FILE: drivers/net/phy/micrel.c:2945: + * set by the MAC driver according to the PCH data in the WARNING: line length of 90 exceeds 80 columns #88: FILE: drivers/net/phy/micrel.c:2948: + struct timespec64 ts = ktime_to_timespec64(shhwtstamps->hwtstamp); WARNING: line length of 86 exceeds 80 columns #90: FILE: drivers/net/phy/micrel.c:2950: + shhwtstamps->hwtstamp = ktime_set(rx_ts->seconds, ts.tv_nsec); WARNING: line length of 87 exceeds 80 columns #93: FILE: drivers/net/phy/micrel.c:2953: + shhwtstamps->hwtstamp = ktime_set(rx_ts->seconds, rx_ts->nsec); WARNING: line length of 81 exceeds 80 columns #105: FILE: drivers/net/phy/micrel.c:2990: + * transmitted inband through the ethernet preamble. We only need WARNING: line length of 91 exceeds 80 columns #109: FILE: drivers/net/phy/micrel.c:2994: + if (phy_inband_ext_enabled(ptp_priv->phydev, PHY_INBAND_EXT_PCH_TIMESTAMP)) total: 0 errors, 9 warnings, 0 checks, 138 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 3b5af09c56cf ("net: phy: micrel: Add QUSGMII support and PCH extension") 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, 9 warnings, 0 checks, 138 lines checked