WARNING: line length of 84 exceeds 80 columns #49: FILE: net/ipv4/tcp_ipv4.c:183: + tp->rx_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); WARNING: line length of 81 exceeds 80 columns #84: FILE: net/ipv4/tcp_minisocks.c:114: + tmp_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); CHECK: Alignment should match open parenthesis #96: FILE: net/ipv4/tcp_minisocks.c:158: + WRITE_ONCE(tcptw->tw_ts_recent_stamp, + ktime_get_seconds()); total: 0 errors, 2 warnings, 1 checks, 102 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 e09269626781 ("tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp") 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, 2 warnings, 1 checks, 102 lines checked