WARNING: Missing a blank line after declarations #95: FILE: net/core/net_namespace.c:336: + struct net *current_net = current->nsproxy->net_ns; + net->core.sysctl_wmem_max = current_net->core.sysctl_wmem_max; WARNING: line length of 86 exceeds 80 columns #97: FILE: net/core/net_namespace.c:338: + net->core.sysctl_wmem_default = current_net->core.sysctl_wmem_default; WARNING: line length of 86 exceeds 80 columns #98: FILE: net/core/net_namespace.c:339: + net->core.sysctl_rmem_default = current_net->core.sysctl_rmem_default; WARNING: line length of 85 exceeds 80 columns #127: FILE: net/core/sock.c:1328: + val = min_t(u32, val, READ_ONCE(sock_net(sk)->core.sysctl_wmem_max)); WARNING: line length of 102 exceeds 80 columns #136: FILE: net/core/sock.c:1360: + __sock_set_rcvbuf(sk, min_t(u32, val, READ_ONCE(sock_net(sk)->core.sysctl_rmem_max))); WARNING: line length of 90 exceeds 80 columns #146: FILE: net/core/sock.c:3593: + sk->sk_rcvbuf = READ_ONCE(sock_net(sk)->core.sysctl_rmem_default); WARNING: line length of 90 exceeds 80 columns #147: FILE: net/core/sock.c:3594: + sk->sk_sndbuf = READ_ONCE(sock_net(sk)->core.sysctl_wmem_default); WARNING: line length of 89 exceeds 80 columns #241: FILE: net/ipv4/tcp_output.c:244: + space = max_t(u32, space, READ_ONCE(sock_net(sk)->core.sysctl_rmem_max)); total: 0 errors, 8 warnings, 0 checks, 179 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 10c67f2c8578 ("net: fully namespace net.core.{r,w}mem_{default,max} sysctls") 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, 8 warnings, 0 checks, 179 lines checked