projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e9292c
)
kernel-doc: fix new warning in regulator core
author
Randy Dunlap
<
[email protected]
>
Sat, 21 Jan 2012 19:02:38 +0000
(11:02 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 23 Jan 2012 16:44:53 +0000
(08:44 -0800)
Fix new kernel-doc warning:
Warning(drivers/regulator/core.c:2741): No description found for parameter 'of_node'
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Liam Girdwood <
[email protected]
>
Cc: Mark Brown <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/regulator/core.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/core.c
b/drivers/regulator/core.c
index ca86f39a0fdc824fba463f0eb30157ce933bbe9c..b1fa25d6583a6dfaf00f40549abab16614111ec0 100644
(file)
--- a/
drivers/regulator/core.c
+++ b/
drivers/regulator/core.c
@@
-2731,6
+2731,7
@@
static void rdev_init_debugfs(struct regulator_dev *rdev)
* @dev: struct device for the regulator
* @init_data: platform provided init data, passed through by driver
* @driver_data: private regulator data
+ * @of_node: target open firmware device structure (may be NULL)
*
* Called by regulator drivers to register a regulator.
* Returns 0 on success.