WARNING: line length of 81 exceeds 80 columns #249: FILE: drivers/net/ethernet/wangxun/libwx/wx_ptp.c:537: + WX_TSC_1588_AUX_CTL_EN_TT1 | WX_TSC_1588_AUX_CTL_EN_TS0; WARNING: line length of 84 exceeds 80 columns #251: FILE: drivers/net/ethernet/wangxun/libwx/wx_ptp.c:539: + wr32ptp(wx, WX_TSC_1588_TRGT_H(0), (u32)(wx->pps_edge_start >> 32)); WARNING: line length of 82 exceeds 80 columns #253: FILE: drivers/net/ethernet/wangxun/libwx/wx_ptp.c:541: + wr32ptp(wx, WX_TSC_1588_TRGT_H(1), (u32)(wx->pps_edge_end >> 32)); total: 0 errors, 3 warnings, 0 checks, 395 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 f74e5f06cce8 ("net: ngbe: Add support for 1PPS and TOD") 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, 395 lines checked