Re: [PATCH] dpll: zl3073x: fix kernel-doc name and missing parameter in fw.c
From: Kriish Sharma
Date: Tue Nov 11 2025 - 23:24:43 EST
On Wed, Nov 12, 2025 at 7:12 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
> What do you mean by "documentation build"? make htmldocs?
Yes, I ran make htmldocs , which triggered the kernel-doc warnings.
> This now makes the kernel-doc script realize that the return value is
> not documented. Please also add a : after the Returns on the last line
Thanks for the review, Jakub.
I’ll add the missing colon after “Returns” in the kernel-doc comment
and send a v2 shortly.