All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Young <hidave.darkstar@gmail.com>
To: bookjovi@gmail.com
Cc: akpm@linux-foundation.org, davem@davemloft.net, mingo@elte.hu,
	eparis@redhat.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] sysctl: remove invalid comments
Date: Sun, 12 Dec 2010 21:28:38 +0800	[thread overview]
Message-ID: <20101212132838.GA2753@darkstar> (raw)
In-Reply-To: <1292036796-3051-1-git-send-email-bookjovi@gmail.com>

On Fri, Dec 10, 2010 at 10:06:36PM -0500, bookjovi@gmail.com wrote:
> ctl_unnumbered.txt have been removed in Documentation directory
> so just also remove this invalid comments

Please also fix Documentation/sysctl/00-INDEX

> 
> 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
> - */
>  	{ }
>  };
>  

  reply	other threads:[~2010-12-12 13:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-11  3:06 [PATCH 2/2] sysctl: remove invalid comments bookjovi
2010-12-12 13:28 ` Dave Young [this message]
2010-12-12 15:28 ` Américo Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101212132838.GA2753@darkstar \
    --to=hidave.darkstar@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=bookjovi@gmail.com \
    --cc=davem@davemloft.net \
    --cc=eparis@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.