Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Morton and committed by
Linus Torvalds
ed2c12f3 87f24c3a

+4 -1
+4 -1
kernel/sysctl.c
··· 748 748 .proc_handler = &proc_dostring, 749 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 755 { .ctl_name = 0 } 753 756 }; 754 757