]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/unix/sysctl_net_unix.c
net: Convert uses of typedef ctl_table to struct ctl_table
[mirror_ubuntu-jammy-kernel.git] / net / unix / sysctl_net_unix.c
index 8800604c93f459e1db124aa2a9cafb1a7b5cdb8f..b3d515021b74314f6859867f0a3d749450b2cf5d 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <net/af_unix.h>
 
-static ctl_table unix_table[] = {
+static struct ctl_table unix_table[] = {
        {
                .procname       = "max_dgram_qlen",
                .data           = &init_net.unx.sysctl_max_dgram_qlen,