CHECK: Unnecessary parentheses around function pointer (sk->sk_write_space) #88: FILE: net/ipv4/tcp.c:1449: + READ_ONCE(sk->sk_write_space)(sk); CHECK: Unnecessary parentheses around function pointer (sk->sk_write_space) #97: FILE: net/ipv4/tcp.c:4184: + READ_ONCE(sk->sk_write_space)(sk); WARNING: line length of 81 exceeds 80 columns #110: FILE: net/ipv4/tcp_bpf.c:728: + WRITE_ONCE(sk->sk_write_space, psock->saved_write_space); CHECK: Unnecessary parentheses around function pointer (sk->sk_data_ready) #123: FILE: net/ipv4/tcp_input.c:5419: + READ_ONCE(sk->sk_data_ready)(sk); CHECK: Unnecessary parentheses around function pointer (sk->sk_data_ready) #132: FILE: net/ipv4/tcp_input.c:5629: + READ_ONCE(sk->sk_data_ready)(sk); CHECK: Unnecessary parentheses around function pointer (sk->sk_data_ready) #141: FILE: net/ipv4/tcp_input.c:5685: + READ_ONCE(sk->sk_data_ready)(sk); CHECK: Unnecessary parentheses around function pointer (sk->sk_data_ready) #161: FILE: net/ipv4/tcp_input.c:6321: + READ_ONCE(sk->sk_data_ready)(sk); CHECK: Unnecessary parentheses around function pointer (sk->sk_data_ready) #170: FILE: net/ipv4/tcp_input.c:7788: + READ_ONCE(sk->sk_data_ready)(sk); CHECK: Unnecessary parentheses around function pointer (parent->sk_data_ready) #183: FILE: net/ipv4/tcp_minisocks.c:1007: + READ_ONCE(parent->sk_data_ready)(parent); CHECK: Unnecessary parentheses around function pointer (other->sk_data_ready) #222: FILE: net/unix/af_unix.c:1788: + READ_ONCE(other->sk_data_ready)(other); CHECK: Unnecessary parentheses around function pointer (other->sk_data_ready) #231: FILE: net/unix/af_unix.c:2281: + READ_ONCE(other->sk_data_ready)(other); CHECK: Unnecessary parentheses around function pointer (other->sk_data_ready) #240: FILE: net/unix/af_unix.c:2354: + READ_ONCE(other->sk_data_ready)(other); CHECK: Unnecessary parentheses around function pointer (other->sk_data_ready) #249: FILE: net/unix/af_unix.c:2480: + READ_ONCE(other->sk_data_ready)(other); total: 0 errors, 1 warnings, 12 checks, 167 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 75bf3e683847 ("net: annotate data-races around sk->sk_{data_ready,write_space}") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 1 warnings, 12 checks, 167 lines checked