aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/pwm-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-07-30 23:27:08 +0100
committerMark Brown <broonie@kernel.org>2020-07-30 23:27:08 +0100
commit3f02794888213efb224ef8e38d5d0e0f74b95416 (patch)
treed36ddec4c5eb9d480994c5b85715ce4a12715dae /drivers/regulator/pwm-regulator.c
parent92ed301919932f777713b9172e525674157e983d (diff)
parentbcb3b2a7639db2412875520cddc3abd179068793 (diff)
downloadlinux-3f02794888213efb224ef8e38d5d0e0f74b95416.tar.gz
linux-3f02794888213efb224ef8e38d5d0e0f74b95416.tar.bz2
linux-3f02794888213efb224ef8e38d5d0e0f74b95416.zip
Merge remote-tracking branch 'regulator/for-5.9' into regulator-next
Diffstat (limited to 'drivers/regulator/pwm-regulator.c')
-rw-r--r--drivers/regulator/pwm-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pwm-regulator.c b/drivers/regulator/pwm-regulator.c
index 638329bd0745..3234b118b53e 100644
--- a/drivers/regulator/pwm-regulator.c
+++ b/drivers/regulator/pwm-regulator.c
@@ -48,7 +48,7 @@ struct pwm_voltages {
unsigned int dutycycle;
};
-/**
+/*
* Voltage table call-backs
*/
static void pwm_regulator_init_state(struct regulator_dev *rdev)