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>
This commit is contained in:
parent
7cb5f69207
commit
4e773e7392
|
@ -48,7 +48,7 @@ struct pwm_voltages {
|
|||
unsigned int dutycycle;
|
||||
};
|
||||
|
||||
/**
|
||||
/*
|
||||
* Voltage table call-backs
|
||||
*/
|
||||
static void pwm_regulator_init_state(struct regulator_dev *rdev)
|
||||
|
|
Loading…
Reference in New Issue