[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231223050621.13994-1-rdunlap@infradead.org>
Date: Fri, 22 Dec 2023 21:06:20 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Thierry Reding <thierry.reding@...il.com>,
Uwe Kleine-König <u.kleine-koenig@...gutronix.de>,
linux-pwm@...r.kernel.org
Subject: [PATCH] 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@...radead.org>
Cc: Thierry Reding <thierry.reding@...il.com>
Cc: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: linux-pwm@...r.kernel.org
---
include/linux/pwm.h | 1 -
1 file changed, 1 deletion(-)
diff -- a/include/linux/pwm.h b/include/linux/pwm.h
--- 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
Powered by blists - more mailing lists