Skip to content

Commit d73f444

Browse files
rddunlapthierryreding
authored andcommitted
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 <rdunlap@infradead.org> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: <linux-pwm@vger.kernel.org> Fixes: f3e25e6 ("pwm: Drop unused member "pwm" from struct pwm_device") Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
1 parent c2e64ba commit d73f444

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/pwm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ struct pwm_state {
6969
* @label: name of the PWM device
7070
* @flags: flags associated with the PWM device
7171
* @hwpwm: per-chip relative index of the PWM device
72-
* @pwm: global index of the PWM device
7372
* @chip: PWM chip providing this PWM device
7473
* @args: PWM arguments
7574
* @state: last applied state

0 commit comments

Comments
 (0)