Skip to content

Commit

Permalink
regulator: hi6421: Fix misleading comment
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 6, 2014
1 parent 97795e4 commit 5c5e417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/regulator/hi6421-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static const struct regulator_ops hi6421_buck345_ops;
* emask - enable mask
* odelay - off/on delay time in uS
* ecomask - eco mode mask
* ecoamp - eco mode load uppler limit in mA
* ecoamp - eco mode load uppler limit in uA
*/
#define HI6421_LDO(_id, v_table, vreg, vmask, ereg, emask, \
odelay, ecomask, ecoamp) \
Expand Down Expand Up @@ -200,7 +200,7 @@ static const struct regulator_ops hi6421_buck345_ops;
* emask - enable mask
* odelay - off/on delay time in uS
* ecomask - eco mode mask
* ecoamp - eco mode load uppler limit in mA
* ecoamp - eco mode load uppler limit in uA
*/
#define HI6421_LDO_LINEAR(_id, _min_uV, n_volt, vstep, vreg, vmask, \
ereg, emask, odelay, ecomask, ecoamp) \
Expand Down Expand Up @@ -237,7 +237,7 @@ static const struct regulator_ops hi6421_buck345_ops;
* emask - enable mask
* odelay - off/on delay time in uS
* ecomask - eco mode mask
* ecoamp - eco mode load uppler limit in mA
* ecoamp - eco mode load uppler limit in uA
*/
#define HI6421_LDO_LINEAR_RANGE(_id, n_volt, volt_ranges, vreg, vmask, \
ereg, emask, odelay, ecomask, ecoamp) \
Expand Down

0 comments on commit 5c5e417

Please sign in to comment.