Re: [PATCH] lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW

From: Miguel Ojeda
Date: Wed Aug 02 2023 - 11:31:09 EST


On Sun, Jun 25, 2023 at 12:05 PM Timo Grautstück <timo.gr@xxxxxxxxxx> wrote:
>
> Ahh ok, i also dont think you can call it a "bug". Is it not possible to
> simply remove the `Closes:` tag from the patch and not categorize the
> whole thing as a "bug"?

I think either way is fine. Since we have an issue in the tracker and
it is a fix, even if trivial, let's go with something like:

Reported-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Closes: https://github.com/Rust-for-Linux/linux/issues/1006
Fixes: <hash> ("<description>")
Signed-off-by: <fixed real name> <timo.gr@xxxxxxxxxx>

For the formatting of the `Fixes:` tag, I recommend using the git
`--pretty=` config shown in
https://docs.kernel.org/process/submitting-patches.html.

Cheers,
Miguel