public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: fix kernel-doc for set_consumer_device_supply
@ 2010-11-18 23:02 Randy Dunlap
  2010-11-19 11:18 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2010-11-18 23:02 UTC (permalink / raw)
  To: lkml; +Cc: Liam Girdwood, Mark Brown

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc warning for set_consumer_device_supply():

Warning(drivers/regulator/core.c:912): missing initial short description on line:
 * set_consumer_device_supply: Bind a regulator to a symbolic supply

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc:	Liam Girdwood <lrg@slimlogic.co.uk>
Cc:	Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/regulator/core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-2637-r2g4-kerndoc.orig/drivers/regulator/core.c
+++ lnx-2637-r2g4-kerndoc/drivers/regulator/core.c
@@ -911,7 +911,7 @@ out:
 }
 
 /**
- * set_consumer_device_supply: Bind a regulator to a symbolic supply
+ * set_consumer_device_supply - Bind a regulator to a symbolic supply
  * @rdev:         regulator source
  * @consumer_dev: device the supply applies to
  * @consumer_dev_name: dev_name() string for device supply applies to

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

end of thread, other threads:[~2010-11-19 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 23:02 [PATCH] regulator: fix kernel-doc for set_consumer_device_supply Randy Dunlap
2010-11-19 11:18 ` Mark Brown
2010-11-19 11:31   ` Liam Girdwood

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