Re: [PATCH 2/2] watchdog: booke_wdt: Document unused parameter of __booke_wdt_disable()

From: Guenter Roeck

Date: Thu Aug 06 2026 - 17:29:01 EST


On Thu, Jul 30, 2026 at 06:06:17AM +0000, Babanpreet Singh wrote:
> scripts/kernel-doc -none reports:
>
> Warning: drivers/watchdog/booke_wdt.c:158 function parameter 'data'
> not described in '__booke_wdt_disable'
>
> __booke_wdt_disable() is invoked through on_each_cpu(), so it takes a
> void * argument that it does not use. Its kernel-doc comment does not
> describe the parameter at all.
>
> Document it as unused.
>
> Assisted-by: Claude:claude-opus-5
> Signed-off-by: Babanpreet Singh <bbnpreetsingh@xxxxxxxxx>

Applied.

Thanks,
Guenter