diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-04-19 09:34:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-19 15:23:07 +0300 |
commit | 43343f8d804a84db9b671c95fa253fc1793bf34a (patch) | |
tree | 9e9bc0369284b25062d838ecdfcd87747a48db65 /drivers/regulator/helpers.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-43343f8d804a84db9b671c95fa253fc1793bf34a.tar.xz |
regulator: Fix the function name in documentation
The function name in kernel-doc for regulator_map_voltage_linear_range()
was wrong.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/helpers.c')
-rw-r--r-- | drivers/regulator/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/helpers.c b/drivers/regulator/helpers.c index cbc39096c78d..3bbb32680a94 100644 --- a/drivers/regulator/helpers.c +++ b/drivers/regulator/helpers.c @@ -275,7 +275,7 @@ int regulator_map_voltage_linear(struct regulator_dev *rdev, EXPORT_SYMBOL_GPL(regulator_map_voltage_linear); /** - * regulator_map_voltage_linear - map_voltage() for multiple linear ranges + * regulator_map_voltage_linear_range - map_voltage() for multiple linear ranges * * @rdev: Regulator to operate on * @min_uV: Lower bound for voltage |