WARNING: line length of 85 exceeds 80 columns #39: FILE: net/ipv4/inet_diag.c:83: + data_race(*(struct in6_addr *)r->id.idiag_src = sk->sk_v6_rcv_saddr); WARNING: data_race without comment #39: FILE: net/ipv4/inet_diag.c:83: + data_race(*(struct in6_addr *)r->id.idiag_src = sk->sk_v6_rcv_saddr); WARNING: line length of 81 exceeds 80 columns #40: FILE: net/ipv4/inet_diag.c:84: + data_race(*(struct in6_addr *)r->id.idiag_dst = sk->sk_v6_daddr); WARNING: data_race without comment #40: FILE: net/ipv4/inet_diag.c:84: + data_race(*(struct in6_addr *)r->id.idiag_dst = sk->sk_v6_daddr); total: 0 errors, 4 warnings, 0 checks, 34 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 c2bf4137a5cd ("inet_diag: annotate data-races in inet_diag_msg_common_fill()") 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, 4 warnings, 0 checks, 34 lines checked