We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0e23a commit 11ea064Copy full SHA for 11ea064
tpe_config.c
@@ -95,7 +95,7 @@ static struct ctl_table tpe_extras_table[] = {
95
.mode = 0644,
96
.proc_handler = &proc_dointvec,
97
},
98
- {0}
+ {}
99
};
100
101
static struct ctl_table tpe_table[] = {
@@ -237,7 +237,7 @@ static struct ctl_table tpe_table[] = {
237
.mode = 0500,
238
.child = tpe_extras_table,
239
240
241
242
243
static struct ctl_table tpe_root_table[] = {
@@ -246,7 +246,7 @@ static struct ctl_table tpe_root_table[] = {
246
247
.child = tpe_table,
248
249
250
251
252
static struct ctl_table_header *tpe_table_header;
0 commit comments