2009-04-04 04:34:20

by Randy Dunlap

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

From: Randy Dunlap <[email protected]>

Add regulator header file missing kernel-doc:

Warning(include/linux/regulator/driver.h:117): No description found for parameter 'set_mode'

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-2.6.29-git11.orig/include/linux/regulator/driver.h
+++ linux-2.6.29-git11/include/linux/regulator/driver.h
@@ -50,6 +50,7 @@ enum regulator_status {
* @set_current_limit: Configure a limit for a current-limited regulator.
* @get_current_limit: Get the configured limit for a current-limited regulator.
*
+ * @set_mode: Set the configured operating mode for the regulator.
* @get_mode: Get the configured operating mode for the regulator.
* @get_status: Return actual (not as-configured) status of regulator, as a
* REGULATOR_STATUS value (or negative errno)


2009-04-06 13:19:38

by Liam Girdwood

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

On Fri, 2009-04-03 at 21:31 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Add regulator header file missing kernel-doc:
>
> Warning(include/linux/regulator/driver.h:117): No description found for parameter 'set_mode'
>
> 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