]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
net/tls: Make function tls_sw_do_sendpage static
authorYueHaibing <yuehaibing@huawei.com>
Wed, 16 Jan 2019 02:39:28 +0000 (10:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 19:45:21 +0000 (11:45 -0800)
commit01cb8a1a6445e3dcb4ea949ad6771890f224b46d
treef436f86ae34830531f85bca1228d0e40d17f0446
parentf3de19af0f5b18dcbb6d445db02120656ebf9cfb
net/tls: Make function tls_sw_do_sendpage static

Fixes the following sparse warning:

 net/tls/tls_sw.c:1023:5: warning:
 symbol 'tls_sw_do_sendpage' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_sw.c