]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: Make tcp_fastopen_alloc_ctx static
authorYueHaibing <yuehaibing@huawei.com>
Mon, 10 Jun 2019 15:19:08 +0000 (23:19 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2019 17:38:50 +0000 (10:38 -0700)
commit88aadb3016ce1e052dfdb65a522593b35670b073
tree0617413f2ec049bdd844f4f5bc9382429e9b5a77
parent632f91e492ff8d5f465fa178c988e2bab5d8def9
tcp: Make tcp_fastopen_alloc_ctx static

Fix sparse warning:

net/ipv4/tcp_fastopen.c:75:29: warning:
 symbol 'tcp_fastopen_alloc_ctx' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_fastopen.c