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

* Re: [PATCH v2] gpio: pch: kerneldoc fixes for excess members
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-09-02 12:13 UTC (permalink / raw)
  To: Andy Shevchenko, Linus Walleij, Bartosz Golaszewski, linux-gpio,
	linux-kernel

On 02/09/2024 14:12, Krzysztof Kozlowski wrote:
> 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

Eh, crap, forgot tag which now applies completely:

Reviewed-by: Andy Shevchenko <andy@kernel.org>

Best regards,
Krzysztof


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

* Re: [PATCH v2] gpio: pch: kerneldoc fixes for excess members
  2024-09-02 12:13 ` Krzysztof Kozlowski
@ 2024-09-02 12:18   ` Andy Shevchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-09-02 12:18 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Linus Walleij, Bartosz Golaszewski, linux-gpio, linux-kernel

On Mon, Sep 02, 2024 at 02:13:56PM +0200, Krzysztof Kozlowski wrote:
> On 02/09/2024 14:12, Krzysztof Kozlowski wrote:
> > 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'

...

> Eh, crap, forgot tag which now applies completely:
> 
> Reviewed-by: Andy Shevchenko <andy@kernel.org>

Yep, thank you!

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v2] gpio: pch: kerneldoc fixes for excess members
  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:35 ` Bartosz Golaszewski
  1 sibling, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2024-09-02 12:35 UTC (permalink / raw)
  To: Andy Shevchenko, Linus Walleij, Bartosz Golaszewski, linux-gpio,
	linux-kernel, Krzysztof Kozlowski
  Cc: Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Mon, 02 Sep 2024 14:12:58 +0200, Krzysztof Kozlowski wrote:
> 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'
> 
> 

Applied, thanks!

[1/1] gpio: pch: kerneldoc fixes for excess members
      commit: e1df5d0229c37265e4a84a32e71690c5089d2f5b

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

^ permalink raw reply	[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