aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/hi6421-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-09-05 09:14:26 +0800
committerMark Brown <broonie@kernel.org>2014-09-05 11:33:37 +0100
commit97795e4da234371be8ad3904d626566b7077a9ae (patch)
tree07c0616fb354e558b368c407a6fff8b83ecbb3f3 /drivers/regulator/hi6421-regulator.c
parentregulator: hi6421: Remove unused fields from struct hi6421_regulator_info (diff)
downloadlinux-dev-97795e4da234371be8ad3904d626566b7077a9ae.tar.xz
linux-dev-97795e4da234371be8ad3904d626566b7077a9ae.zip
regulator: hi6421: Fix misleading comment
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/hi6421-regulator.c')
-rw-r--r--drivers/regulator/hi6421-regulator.c2
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;