mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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: f3e25e68ce ("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>
This commit is contained in:
parent
c2e64baac4
commit
d73f444d06
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user