public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] gpio: pch: kerneldoc fixes for excess members
@ 2024-09-02 12:12 Krzysztof Kozlowski
  2024-09-02 12:13 ` Krzysztof Kozlowski
  2024-09-02 12:35 ` Bartosz Golaszewski
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-09-02 12:12 UTC (permalink / raw)
  To: Andy Shevchenko, Linus Walleij, Bartosz Golaszewski, linux-gpio,
	linux-kernel
  Cc: Krzysztof Kozlowski

Drop kerneldoc description of 'lock' to fix W=1 warning:

  drivers/gpio/gpio-pch.c:101: warning: Excess struct member 'lock' description in 'pch_gpio'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Changes in v2:
1. Rebase
---
 drivers/gpio/gpio-pch.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-pch.c b/drivers/gpio/gpio-pch.c
index ee37ecb615cb..63f25c72eac2 100644
--- a/drivers/gpio/gpio-pch.c
+++ b/drivers/gpio/gpio-pch.c
@@ -84,7 +84,6 @@ struct pch_gpio_reg_data {
  * @gpio:			Data for GPIO infrastructure.
  * @pch_gpio_reg:		Memory mapped Register data is saved here
  *				when suspend.
- * @lock:			Used for register access protection
  * @irq_base:		Save base of IRQ number for interrupt
  * @ioh:		IOH ID
  * @spinlock:		Used for register access protection
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-02 12:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 12:12 [PATCH v2] gpio: pch: kerneldoc fixes for excess members Krzysztof Kozlowski
2024-09-02 12:13 ` Krzysztof Kozlowski
2024-09-02 12:18   ` Andy Shevchenko
2024-09-02 12:35 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox