From 7144521f5ac741e9ad3033953b9d9fdede015ee0 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 16 Jul 2007 11:50:38 -0700 Subject: Remove duplicate comments from sysctl.c Randy Dunlap noticed that the recent comment clarifications from Andrew had somehow gotten duplicated. Quoth Andrew: "hm, that could have been some late-night reject-fixing." Fix it up. Cc: From: Andrew Morton Cc: Randy Dunlap Signed-off-by: Linus Torvalds --- kernel/sysctl.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 7dca326648d..2ce7acf841a 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -995,10 +995,6 @@ static ctl_table vm_table[] = { .extra1 = &zero, }, #endif -/* - * NOTE: do not add new entries to this table unless you have read - * Documentation/sysctl/ctl_unnumbered.txt - */ /* * NOTE: do not add new entries to this table unless you have read * Documentation/sysctl/ctl_unnumbered.txt @@ -1143,10 +1139,6 @@ static ctl_table fs_table[] = { .child = binfmt_misc_table, }, #endif -/* - * NOTE: do not add new entries to this table unless you have read - * Documentation/sysctl/ctl_unnumbered.txt - */ /* * NOTE: do not add new entries to this table unless you have read * Documentation/sysctl/ctl_unnumbered.txt -- cgit v1.2.3