diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2018-06-08 02:51:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-18 14:22:39 +0300 |
commit | 7bd0c7ba62e8a9840f15fc4ff0122b29fe1b6413 (patch) | |
tree | 424744ba738d5fc5f59956e7d2d974675893da7b /include/linux/regulator | |
parent | 297101ab85841319aac2c7843ca755d650c1964f (diff) | |
download | linux-7bd0c7ba62e8a9840f15fc4ff0122b29fe1b6413.tar.xz |
regulator: Fix typo in comment of struct regulator_linear_range
regulator_map_linar_range() => regulator_map_linear_range()
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index fc2dc8df476f..dea96ee39fdc 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -46,7 +46,7 @@ enum regulator_status { /** * struct regulator_linear_range - specify linear voltage ranges * - * Specify a range of voltages for regulator_map_linar_range() and + * Specify a range of voltages for regulator_map_linear_range() and * regulator_list_linear_range(). * * @min_uV: Lowest voltage in range |