diff --git a/ioctl.c b/ioctl.c index 0385203..8d4a162 100644 --- a/ioctl.c +++ b/ioctl.c @@ -1124,7 +1124,7 @@ static struct ctl_table verbosity_ctl_dir[] = { .mode = 0644, .proc_handler = proc_dointvec, }, - {0, }, + {}, }; static struct ctl_table verbosity_ctl_root[] = { @@ -1133,7 +1133,7 @@ static struct ctl_table verbosity_ctl_root[] = { .mode = 0555, .child = verbosity_ctl_dir, }, - {0, }, + {}, }; static struct ctl_table_header *verbosity_sysctl_header; static int __init init_cryptodev(void)