Re: [PATCH 2/2] watchdog: booke_wdt: Document unused parameter of __booke_wdt_disable()
Guenter Roeck <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <5fa154fc-f2f5-41e8-85eb-03c221b77d4d__24918.3637717337$1786051749$gmane$org@roeck-us.net> |
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 <[email protected]> Applied. Thanks, Guenter