WARNING: line length of 89 exceeds 80 columns #88: FILE: drivers/net/ethernet/freescale/fec_ptp.c:779: + fep->ptp_saved_state.at_inc_corr = (u8)(atime_inc_corr >> FEC_T_INC_CORR_OFFSET); WARNING: line length of 86 exceeds 80 columns #104: FILE: drivers/net/ethernet/freescale/fec_ptp.c:795: + atime_inc |= ((u32)fep->ptp_saved_state.at_inc_corr) << FEC_T_INC_CORR_OFFSET; WARNING: line length of 88 exceeds 80 columns #107: FILE: drivers/net/ethernet/freescale/fec_ptp.c:798: + ns = ktime_get_ns() - fep->ptp_saved_state.ns_sys + fep->ptp_saved_state.ns_phc; total: 0 errors, 3 warnings, 0 checks, 78 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 5a2eb4cacc1c ("net: fec: Reload PTP registers after link-state change") 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, 78 lines checked