Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7144521f5ac741e9ad3033953b9d9fdede015ee0
Commit:     7144521f5ac741e9ad3033953b9d9fdede015ee0
Parent:     abce891a10559343d8ac9f79b46d78afdba63a40
Author:     Linus Torvalds <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 16 11:50:38 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Jul 16 11:50:38 2007 -0700

    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 <[EMAIL PROTECTED]>
    Cc: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/sysctl.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 7dca326..2ce7acf 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -999,10 +999,6 @@ static ctl_table vm_table[] = {
  * 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
- */
        { .ctl_name = 0 }
 };
 
@@ -1147,10 +1143,6 @@ static ctl_table fs_table[] = {
  * 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
- */
        { .ctl_name = 0 }
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to