aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-09-04 21:14:26 -0400
committerMark Brown <broonie@kernel.org>2014-09-05 06:33:37 -0400
commit97795e4da234371be8ad3904d626566b7077a9ae (patch)
tree07c0616fb354e558b368c407a6fff8b83ecbb3f3 /drivers/regulator
parent8e820007caed7a03634fb14835a59bd0a232894d (diff)
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')
-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 {
37 * struct hi6421_regulator_info - hi6421 regulator information 37 * struct hi6421_regulator_info - hi6421 regulator information
38 * @desc: regulator description 38 * @desc: regulator description
39 * @mode_mask: ECO mode bitmask of LDOs; for BUCKs, this masks sleep 39 * @mode_mask: ECO mode bitmask of LDOs; for BUCKs, this masks sleep
40 * @eco_microamp: eco mode load upper limit (in mA), valid for LDOs only 40 * @eco_microamp: eco mode load upper limit (in uA), valid for LDOs only
41 */ 41 */
42struct hi6421_regulator_info { 42struct hi6421_regulator_info {
43 struct regulator_desc desc; 43 struct regulator_desc desc;