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

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: f3e25e68ceb2 ("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>

authored by

Randy Dunlap and committed by
Thierry Reding
d73f444d c2e64baa

-1
-1
include/linux/pwm.h
··· 69 69 * @label: name of the PWM device 70 70 * @flags: flags associated with the PWM device 71 71 * @hwpwm: per-chip relative index of the PWM device 72 - * @pwm: global index of the PWM device 73 72 * @chip: PWM chip providing this PWM device 74 73 * @args: PWM arguments 75 74 * @state: last applied state