Commit d283ad89 authored by Chris Caputo's avatar Chris Caputo Committed by David S. Miller

net/core/sock.c: Fix typo in sysctl_{w,m}mem_default init.

parent 8211ac95
......@@ -641,7 +641,7 @@ void __init sk_init(void)
sysctl_wmem_max = 32767;
sysctl_rmem_max = 32767;
sysctl_wmem_default = 32767;
sysctl_wmem_default = 32767;
sysctl_rmem_default = 32767;
} else if (num_physpages >= 131072) {
sysctl_wmem_max = 131071;
sysctl_rmem_max = 131071;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment