WARNING: line length of 81 exceeds 80 columns #234: FILE: drivers/net/ethernet/wangxun/libwx/wx_ptp.c:513: + WX_TSC_1588_AUX_CTL_EN_TT1 | WX_TSC_1588_AUX_CTL_EN_TS0; WARNING: line length of 84 exceeds 80 columns #236: FILE: drivers/net/ethernet/wangxun/libwx/wx_ptp.c:515: + wr32ptp(wx, WX_TSC_1588_TRGT_H(0), (u32)(wx->pps_edge_start >> 32)); WARNING: line length of 82 exceeds 80 columns #238: FILE: drivers/net/ethernet/wangxun/libwx/wx_ptp.c:517: + wr32ptp(wx, WX_TSC_1588_TRGT_H(1), (u32)(wx->pps_edge_end >> 32)); total: 0 errors, 3 warnings, 0 checks, 381 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 094d328d3bd5 ("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, 381 lines checked