Commit 7bd0c7ba authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Mark Brown

regulator: Fix typo in comment of struct regulator_linear_range

regulator_map_linar_range() => regulator_map_linear_range()
Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 297101ab
...@@ -46,7 +46,7 @@ enum regulator_status { ...@@ -46,7 +46,7 @@ enum regulator_status {
/** /**
* struct regulator_linear_range - specify linear voltage ranges * 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(). * regulator_list_linear_range().
* *
* @min_uV: Lowest voltage in range * @min_uV: Lowest voltage in range
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment