* [PATCH] regulator: fix regulator/consumer.h kernel-doc warning
@ 2011-08-04 1:09 Randy Dunlap
2011-08-04 1:17 ` Mark Brown
2011-08-08 16:40 ` Liam Girdwood
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2011-08-04 1:09 UTC (permalink / raw)
To: lkml; +Cc: Liam Girdwood, Mark Brown, akpm
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;
};
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] regulator: fix regulator/consumer.h kernel-doc warning
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
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-08-04 1:17 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, Liam Girdwood, akpm
On Wed, Aug 03, 2011 at 06:09:02PM -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.
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] regulator: fix regulator/consumer.h kernel-doc warning
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
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-08-08 16:40 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, Liam Girdwood, Mark Brown, akpm
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-08 16:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox