]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/netfilter/ipset/ip_set_core.c
netfilter: Remove exceptional & on function name
[mirror_ubuntu-artful-kernel.git] / net / netfilter / ipset / ip_set_core.c
index c637710d861c6d851bb26991292a7147b98d508e..cb120c3c040ec480db2ee8df29218d5442a83cf3 100644 (file)
@@ -2013,7 +2013,7 @@ static struct nf_sockopt_ops so_set __read_mostly = {
        .pf             = PF_INET,
        .get_optmin     = SO_IP_SET,
        .get_optmax     = SO_IP_SET + 1,
-       .get            = &ip_set_sockfn_get,
+       .get            = ip_set_sockfn_get,
        .owner          = THIS_MODULE,
 };