From: Andrew Morton Date: Thu, 19 Jul 2007 08:50:35 +0000 (-0700) Subject: kernel/sysctl.c: finish off the warning comments X-Git-Tag: v2.6.23-rc1~268 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ed2c12f323e8fafbc94f9bcfb924f9df36e64dc7;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Linus Torvalds --- diff --git a/kernel/sysctl.c b/kernel/sysctl.c index e69179b1809..222299844ad 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -748,7 +748,10 @@ static ctl_table kern_table[] = { .proc_handler = &proc_dostring, .strategy = &sysctl_string, }, - +/* + * NOTE: do not add new entries to this table unless you have read + * Documentation/sysctl/ctl_unnumbered.txt + */ { .ctl_name = 0 } };