From: Lee Jones Date: Fri, 26 Jun 2020 06:57:32 +0000 (+0100) Subject: regulator: pwm-regulator: Demote kerneldoc header to standard comment X-Git-Tag: v5.15~2854^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e773e7392fb561eb4ae10deb526aa1ac8c13f61;p=platform%2Fkernel%2Flinux-starfive.git regulator: pwm-regulator: Demote kerneldoc header to standard comment This particular comment doesn't have anything to do with documenting functions or data structures. Instead it is used as a section header. Fixes W=1 warning: drivers/regulator/pwm-regulator.c:55: warning: Function parameter or member 'rdev' not described in 'pwm_regulator_init_state' Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20200626065738.93412-4-lee.jones@linaro.org Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/pwm-regulator.c b/drivers/regulator/pwm-regulator.c index 638329b..3234b11 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)