public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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