WARNING: line length of 89 exceeds 80 columns #56: FILE: drivers/net/ethernet/freescale/fec_ptp.c:781: + fep->ptp_saved_state.at_inc_corr = (u8)(atime_inc_corr >> FEC_T_INC_CORR_OFFSET); WARNING: line length of 86 exceeds 80 columns #75: FILE: drivers/net/ethernet/freescale/fec_ptp.c:800: + atime_inc |= ((u32)fep->ptp_saved_state.at_inc_corr) << FEC_T_INC_CORR_OFFSET; WARNING: line length of 88 exceeds 80 columns #78: FILE: drivers/net/ethernet/freescale/fec_ptp.c:803: + ns = ktime_get_ns() - fep->ptp_saved_state.ns_sys + fep->ptp_saved_state.ns_phc; total: 0 errors, 3 warnings, 0 checks, 53 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 2e922181284d ("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, 53 lines checked