2009-01-21 00:29:42

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH -next] regulator: fix header file missing kernel-doc

From: Randy Dunlap <[email protected]>

Fix regulator/driver.h missing kernel-doc:

Warning(linux-next-20090120//include/linux/regulator/driver.h:108): No description found for parameter 'get_status'

Signed-off-by: Randy Dunlap <[email protected]>
cc: Liam Girdwood <[email protected]>
cc: Mark Brown <[email protected]>
---
include/linux/regulator/driver.h | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20090120.orig/include/linux/regulator/driver.h
+++ linux-next-20090120/include/linux/regulator/driver.h
@@ -51,6 +51,7 @@ enum regulator_status {
*
* @set_mode: Set the operating mode for the regulator.
* @get_mode: Get the current operating mode for the regulator.
+ * @get_status: Report the regulator status.
* @get_optimum_mode: Get the most efficient operating mode for the regulator
* when running with the specified parameters.
*


2009-01-21 14:50:43

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCH -next] regulator: fix header file missing kernel-doc

On Tue, 2009-01-20 at 16:29 -0800, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Fix regulator/driver.h missing kernel-doc:
>
> Warning(linux-next-20090120//include/linux/regulator/driver.h:108): No description found for parameter 'get_status'
>
> Signed-off-by: Randy Dunlap <[email protected]>
> cc: Liam Girdwood <[email protected]>
> cc: Mark Brown <[email protected]>
> ---
> include/linux/regulator/driver.h | 1 +
> 1 file changed, 1 insertion(+)
>

Applied.

Thanks

Liam