Re: [PATCH] gpio: kerneldoc fixes for excess members
From: Krzysztof Kozlowski
Date: Mon Sep 02 2024 - 08:14:19 EST
On 02/09/2024 14:03, Bartosz Golaszewski wrote:
> On Mon, Aug 26, 2024 at 6:18 PM Krzysztof Kozlowski
> <krzysztof.kozlowski@xxxxxxxxxx> wrote:
>>
>> Drop kerneldoc descriptions of struct members which do not exist to fix
>> W=1 warnings:
>>
>> drivers/gpio/gpio-pch.c:101: warning: Excess struct member 'lock' description in 'pch_gpio'
>> drivers/gpio/gpio-syscon.c:46: warning: Excess struct member 'compatible' description in 'syscon_gpio_data'
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>> ---
>
> I have a different patch in my queue that addresses the syscon warning
> already. Can you resend just the pch part?
Heh, you just picked up something which was sent week after mine. :/
Best regards,
Krzysztof