Re: [PATCH] [v2] Documentation: Provide guidelines for tool-generated content
From: Miguel Ojeda
Date: Fri Nov 07 2025 - 20:53:02 EST
Hi Dave,
Some nits below in case you send a new version.
On Thu, Nov 6, 2025 at 12:15 AM Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> wrote:
>
> + - A .c file in the patch was originally generated by a LLM but cleaned
May look better with: ``.c``
> +Documentation/process/submitting-patches.rst . Its rules are simple
Is the space needed? I guess it was meant for the auto-link to still
work, but I see other files out there with a dot after `.rst` and the
links seem to be fine at docs.kernel.org.
> + - The input to the tools you used, like the coccinelle source script.
It seems there are still some bullets with periods and others without,
but no big deal.
Also perhaps Coccinelle, i.e. capitalized, like in the one above.
In any case, this looks fine:
Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Thanks!
Cheers,
Miguel