WARNING: line length of 100 exceeds 80 columns #52: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:190: + /* A time set in the past won't trigger the start of the flexible PPS generation for WARNING: line length of 98 exceeds 80 columns #53: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:191: + * the GMAC5. For some reason it does for the GMAC4 but setting a time in the past WARNING: line length of 100 exceeds 80 columns #54: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:192: + * should be addressed anyway. Therefore, any value set it the past is considered as WARNING: line length of 90 exceeds 80 columns #56: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:194: + * Be aware that an offset too low may not trigger flexible PPS generation WARNING: line length of 96 exceeds 80 columns #57: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:195: + * if time spent in this configuration makes the targeted time already outdated. WARNING: line length of 87 exceeds 80 columns #60: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:198: + if (!cfg->start.tv_sec && cfg->start.tv_nsec < PTP_SAFE_TIME_OFFSET_NS) WARNING: line length of 89 exceeds 80 columns #63: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c:201: + target_ns = cfg->start.tv_nsec + ((u64)cfg->start.tv_sec * NSEC_PER_SEC); total: 0 errors, 7 warnings, 0 checks, 59 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 2ec6a555587e ("drivers: net: stmmac: handle start time set in the past for flexible PPS") 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, 7 warnings, 0 checks, 59 lines checked