mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
kernel/sysctl.c: finish off the warning comments
I've been chasing these comments around this file all week. Hopefully we're straight now. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
87f24c3ac3
commit
ed2c12f323
1 changed files with 4 additions and 1 deletions
|
@ -748,7 +748,10 @@ static ctl_table kern_table[] = {
|
||||||
.proc_handler = &proc_dostring,
|
.proc_handler = &proc_dostring,
|
||||||
.strategy = &sysctl_string,
|
.strategy = &sysctl_string,
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
* NOTE: do not add new entries to this table unless you have read
|
||||||
|
* Documentation/sysctl/ctl_unnumbered.txt
|
||||||
|
*/
|
||||||
{ .ctl_name = 0 }
|
{ .ctl_name = 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue