regulator: Fix the function name in documentation
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Sun, 19 Apr 2015 06:34:19 +0000 (15:34 +0900)
committerMark Brown <broonie@kernel.org>
Sun, 19 Apr 2015 12:23:07 +0000 (13:23 +0100)
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>
drivers/regulator/helpers.c

index cbc39096c78d436f8206aa7107811bc43da6fd20..3bbb32680a94265069eac502d1d2b679e22fa673 100644 (file)
@@ -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
This page took 0.02473 seconds and 5 git commands to generate.