Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200626065738.93412-4-lee.jones@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Lee Jones and committed by
Mark Brown
4e773e73 7cb5f692

+1 -1
+1 -1
drivers/regulator/pwm-regulator.c
··· 48 48 unsigned int dutycycle; 49 49 }; 50 50 51 - /** 51 + /* 52 52 * Voltage table call-backs 53 53 */ 54 54 static void pwm_regulator_init_state(struct regulator_dev *rdev)