aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-12-28 18:20:24 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-28 20:32:36 -0800
commitbb717d764926b8748aecd18e3531189b323f6e4d (patch)
tree1b93f19ba00b5d1ef7621216fbdd2e0b9c4bf590 /net/ipv4
parentsctp: make sctp_addr_wq_timeout_handler static (diff)
downloadlinux-dev-bb717d764926b8748aecd18e3531189b323f6e4d.tar.xz
linux-dev-bb717d764926b8748aecd18e3531189b323f6e4d.zip
tcp: make proc_tcp_fastopen_key static
Detected by sparse. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/sysctl_net_ipv4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
index d84400b65049..7547a6d238a2 100644
--- a/net/ipv4/sysctl_net_ipv4.c
+++ b/net/ipv4/sysctl_net_ipv4.c
@@ -232,8 +232,8 @@ static int ipv4_tcp_mem(ctl_table *ctl, int write,
return 0;
}
-int proc_tcp_fastopen_key(ctl_table *ctl, int write, void __user *buffer,
- size_t *lenp, loff_t *ppos)
+static int proc_tcp_fastopen_key(ctl_table *ctl, int write, void __user *buffer,
+ size_t *lenp, loff_t *ppos)
{
ctl_table tbl = { .maxlen = (TCP_FASTOPEN_KEY_LENGTH * 2 + 10) };
struct tcp_fastopen_context *ctxt;