Skip to content
  • Chen Wandun's avatar
    2437fd7b
    tipc: make three functions static · 2437fd7b
    Chen Wandun authored
    
    
    Fix the following sparse warning:
    
    net/tipc/node.c:281:6: warning: symbol 'tipc_node_free' was not declared. Should it be static?
    net/tipc/node.c:2801:5: warning: symbol '__tipc_nl_node_set_key' was not declared. Should it be static?
    net/tipc/node.c:2878:5: warning: symbol '__tipc_nl_node_flush_key' was not declared. Should it be static?
    
    Fixes: fc1b6d6d ("tipc: introduce TIPC encryption & authentication")
    Fixes: e1f32190 ("tipc: add support for AEAD key setting via netlink")
    
    Signed-off-by: default avatarChen Wandun <chenwandun@huawei.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    2437fd7b
    tipc: make three functions static
    Chen Wandun authored
    
    
    Fix the following sparse warning:
    
    net/tipc/node.c:281:6: warning: symbol 'tipc_node_free' was not declared. Should it be static?
    net/tipc/node.c:2801:5: warning: symbol '__tipc_nl_node_set_key' was not declared. Should it be static?
    net/tipc/node.c:2878:5: warning: symbol '__tipc_nl_node_flush_key' was not declared. Should it be static?
    
    Fixes: fc1b6d6d ("tipc: introduce TIPC encryption & authentication")
    Fixes: e1f32190 ("tipc: add support for AEAD key setting via netlink")
    
    Signed-off-by: default avatarChen Wandun <chenwandun@huawei.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Loading