diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-31 12:52:42 +0000 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-01-08 20:10:33 +0000 |
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 ea12c68c327..fda44009024 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -656,6 +656,7 @@ static void print_constraints(struct regulator_dev *rdev) /** * set_machine_constraints - sets regulator constraints * @rdev: regulator source + * @constraints: constraints to apply * * Allows platform initialisation code to define and constrain * regulator circuits e.g. valid voltage/current ranges, etc. NOTE: |