Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed2c12f3 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 87f24c3a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 }
};