public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] sysctl: remove invalid comments
@ 2010-12-11  3:06 bookjovi
  2010-12-12 13:28 ` Dave Young
  2010-12-12 15:28 ` Américo Wang
  0 siblings, 2 replies; 3+ messages in thread
From: bookjovi @ 2010-12-11  3:06 UTC (permalink / raw)
  To: akpm, hidave.darkstar, davem, mingo, eparis, linux-kernel; +Cc: Jovi Zhang

ctl_unnumbered.txt have been removed in Documentation directory
so just also remove this invalid comments

Signed-off-by: Jovi Zhang <bookjovi@gmail.com>

 kernel/sysctl.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 5abfa15..108c1d8 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -245,10 +245,6 @@ static struct ctl_table root_table[] = {
 		.mode		= 0555,
 		.child		= dev_table,
 	},
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
@@ -963,10 +959,6 @@ static struct ctl_table kern_table[] = {
 		.proc_handler	= proc_dointvec,
 	},
 #endif
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
@@ -1327,11 +1319,6 @@ static struct ctl_table vm_table[] = {
 		.extra2		= &one,
 	},
 #endif
-
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
@@ -1487,10 +1474,6 @@ static struct ctl_table fs_table[] = {
 		.proc_handler	= &pipe_proc_fn,
 		.extra1		= &pipe_min_size,
 	},
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-12 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-11  3:06 [PATCH 2/2] sysctl: remove invalid comments bookjovi
2010-12-12 13:28 ` Dave Young
2010-12-12 15:28 ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox