public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: fix fatal kernel-doc error
@ 2013-09-17  1:08 Randy Dunlap
  2013-09-17 10:32 ` Mark Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2013-09-17  1:08 UTC (permalink / raw)
  To: LKML, Linus Torvalds; +Cc: Liam Girdwood, Mark Brown

From: Randy Dunlap <rdunlap@infradead.org>

Fix fatal kernel-doc error in <linux/regulator/driver.h>:

Error(include/linux/regulator/driver.h:52): cannot understand prototype: 'struct regulator_linear_range '

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc:	Liam Girdwood <lgirdwood@gmail.com>
Cc:	Mark Brown <broonie@kernel.org>
---
 include/linux/regulator/driver.h |    2 ++
 1 file changed, 2 insertions(+)

--- lnx-312-rc1.orig/include/linux/regulator/driver.h
+++ lnx-312-rc1/include/linux/regulator/driver.h
@@ -40,6 +40,8 @@ enum regulator_status {
 };
 
 /**
+ * struct regulator_linear_range - specify voltage ranges
+ *
  * Specify a range of voltages for regulator_map_linar_range() and
  * regulator_list_linear_range().
  *

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-19 15:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17  1:08 [PATCH] regulator: fix fatal kernel-doc error Randy Dunlap
2013-09-17 10:32 ` Mark Brown
2013-09-17 17:09   ` Randy Dunlap
2013-09-17 19:23     ` Mark Brown
2013-09-17 23:33       ` Fengguang Wu
2013-09-19 14:01         ` Mark Brown
2013-09-19 15:26           ` Fengguang Wu
2013-09-19 15:52             ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox