From: Randy Dunlap Date: Sat, 23 Dec 2023 05:06:20 +0000 (-0800) Subject: pwm: linux/pwm.h: fix Excess kernel-doc description warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d73f444d06fb8a42a5c0623453f3ea1fe9880229;p=linux.git pwm: linux/pwm.h: fix Excess kernel-doc description warning Remove the @pwm: line to prevent the kernel-doc warning: include/linux/pwm.h:87: warning: Excess struct member 'pwm' description in 'pwm_device' Signed-off-by: Randy Dunlap Cc: Thierry Reding Cc: Uwe Kleine-König Cc: Fixes: f3e25e68ceb2 ("pwm: Drop unused member "pwm" from struct pwm_device") Reviewed-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 2a5e1154652e8..fcc2c4496f731 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h @@ -69,7 +69,6 @@ struct pwm_state { * @label: name of the PWM device * @flags: flags associated with the PWM device * @hwpwm: per-chip relative index of the PWM device - * @pwm: global index of the PWM device * @chip: PWM chip providing this PWM device * @args: PWM arguments * @state: last applied state