diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-01-21 14:02:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-23 11:44:53 -0500 |
commit | 5bc75a886353fa5f386c5ce49a93da1756006d8f (patch) | |
tree | 84ae7a7b9d1aeeb4b426e91860312811355542a3 /drivers/regulator | |
parent | 6e9292c588894bd39eb2d093013f0aee558ddf0e (diff) |
kernel-doc: fix new warning in regulator core
Fix new kernel-doc warning:
Warning(drivers/regulator/core.c:2741): No description found for parameter 'of_node'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index ca86f39a0fdc..b1fa25d6583a 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -2731,6 +2731,7 @@ static void rdev_init_debugfs(struct regulator_dev *rdev) | |||
2731 | * @dev: struct device for the regulator | 2731 | * @dev: struct device for the regulator |
2732 | * @init_data: platform provided init data, passed through by driver | 2732 | * @init_data: platform provided init data, passed through by driver |
2733 | * @driver_data: private regulator data | 2733 | * @driver_data: private regulator data |
2734 | * @of_node: target open firmware device structure (may be NULL) | ||
2734 | * | 2735 | * |
2735 | * Called by regulator drivers to register a regulator. | 2736 | * Called by regulator drivers to register a regulator. |
2736 | * Returns 0 on success. | 2737 | * Returns 0 on success. |