diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-31 07:52:42 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-01-08 15:10:33 -0500 |
commit | c8e7e4640facbe99d10a6e262523b25be129b9b9 (patch) | |
tree | 0240abf412f237e65c77c288454f864a64cbb856 /drivers/regulator | |
parent | 69279fb9a95051971ac03e558c4d46e7ba84ab3a (diff) |
regulator: Add missing kerneldoc
This is only the documentation that the kerneldoc system warns about.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 ea12c68c327f..fda44009024d 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -656,6 +656,7 @@ static void print_constraints(struct regulator_dev *rdev) | |||
656 | /** | 656 | /** |
657 | * set_machine_constraints - sets regulator constraints | 657 | * set_machine_constraints - sets regulator constraints |
658 | * @rdev: regulator source | 658 | * @rdev: regulator source |
659 | * @constraints: constraints to apply | ||
659 | * | 660 | * |
660 | * Allows platform initialisation code to define and constrain | 661 | * Allows platform initialisation code to define and constrain |
661 | * regulator circuits e.g. valid voltage/current ranges, etc. NOTE: | 662 | * regulator circuits e.g. valid voltage/current ranges, etc. NOTE: |