All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@kernel.org>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: lkml <linux-kernel@vger.kernel.org>, Liam Girdwood <lrg@ti.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	akpm <akpm@linux-foundation.org>
Subject: Re: [PATCH] regulator: fix regulator/consumer.h kernel-doc warning
Date: Mon, 08 Aug 2011 17:40:07 +0100	[thread overview]
Message-ID: <1312821607.3316.4.camel@odin> (raw)
In-Reply-To: <20110803180902.4d31d143.rdunlap@xenotime.net>

On Wed, 2011-08-03 at 18:09 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix kernel-doc warning about internal/private data by marking it
> as "private:" so that kernel-doc will ignore it.
> 
> Warning(include/linux/regulator/consumer.h:128): No description found for parameter 'ret'
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> ---
>  include/linux/regulator/consumer.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-3.0-git18.orig/include/linux/regulator/consumer.h
> +++ linux-3.0-git18/include/linux/regulator/consumer.h
> @@ -123,7 +123,7 @@ struct regulator_bulk_data {
>  	const char *supply;
>  	struct regulator *consumer;
>  
> -	/* Internal use */
> +	/* private: Internal use */
>  	int ret;
>  };

Applied.

Thanks

Liam


      parent reply	other threads:[~2011-08-08 16:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-04  1:09 [PATCH] regulator: fix regulator/consumer.h kernel-doc warning Randy Dunlap
2011-08-04  1:17 ` Mark Brown
2011-08-08 16:40 ` Liam Girdwood [this message]

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=1312821607.3316.4.camel@odin \
    --to=lrg@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=rdunlap@xenotime.net \
    /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.