diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-07-19 04:50:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:57 -0400 |
commit | ed2c12f323e8fafbc94f9bcfb924f9df36e64dc7 (patch) | |
tree | 30bc3d70bd38d15182787db8bea64e841890f52a /kernel/sysctl.c | |
parent | 87f24c3ac399e82c578e71311251f00618fc5203 (diff) |
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>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index e69179b1809c..222299844ad1 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -748,7 +748,10 @@ static ctl_table kern_table[] = { | |||
748 | .proc_handler = &proc_dostring, | 748 | .proc_handler = &proc_dostring, |
749 | .strategy = &sysctl_string, | 749 | .strategy = &sysctl_string, |
750 | }, | 750 | }, |
751 | 751 | /* | |
752 | * NOTE: do not add new entries to this table unless you have read | ||
753 | * Documentation/sysctl/ctl_unnumbered.txt | ||
754 | */ | ||
752 | { .ctl_name = 0 } | 755 | { .ctl_name = 0 } |
753 | }; | 756 | }; |
754 | 757 | ||