WARNING: Missing a blank line after declarations
#96: 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
#98: 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
#99: 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
#128: 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
#137: 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
#147: FILE: net/core/sock.c:3613:
+	sk->sk_rcvbuf		=	READ_ONCE(sock_net(sk)->core.sysctl_rmem_default);

WARNING: line length of 90 exceeds 80 columns
#148: FILE: net/core/sock.c:3614:
+	sk->sk_sndbuf		=	READ_ONCE(sock_net(sk)->core.sysctl_wmem_default);

WARNING: line length of 89 exceeds 80 columns
#242: FILE: net/ipv4/tcp_output.c:244:
+		space = max_t(u32, space, READ_ONCE(sock_net(sk)->core.sysctl_rmem_max));

WARNING: line length of 88 exceeds 80 columns
#288: FILE: tools/testing/selftests/net/netns-sysctl.sh:34:
+	[ "$(ip netns exec $test_ns sysctl -n "net.core.$sc")" -eq "$initial_value" ] ||

total: 0 errors, 9 warnings, 0 checks, 217 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 b548543c9178 ("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, 9 warnings, 0 checks, 217 lines checked