diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-09-05 09:14:26 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-05 11:33:37 +0100 |
commit | 97795e4da234371be8ad3904d626566b7077a9ae (patch) | |
tree | 07c0616fb354e558b368c407a6fff8b83ecbb3f3 | |
parent | 8e820007caed7a03634fb14835a59bd0a232894d (diff) |
regulator: hi6421: Fix misleading comment
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/regulator/hi6421-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/hi6421-regulator.c b/drivers/regulator/hi6421-regulator.c index e3899201cd7e..a8c362cccea8 100644 --- a/drivers/regulator/hi6421-regulator.c +++ b/drivers/regulator/hi6421-regulator.c @@ -37,7 +37,7 @@ struct hi6421_regulator_pdata { * struct hi6421_regulator_info - hi6421 regulator information * @desc: regulator description * @mode_mask: ECO mode bitmask of LDOs; for BUCKs, this masks sleep - * @eco_microamp: eco mode load upper limit (in mA), valid for LDOs only + * @eco_microamp: eco mode load upper limit (in uA), valid for LDOs only */ struct hi6421_regulator_info { struct regulator_desc desc; |