Re: [PATCH] rust: device: avoid trailing ; in printing macros

From: Miguel Ojeda

Date: Thu Jul 16 2026 - 10:55:07 EST


On Thu, Jul 16, 2026 at 4:00 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> I suppose this can also be argued to be a fix to the user that use them in
> non-statement positions (by saying that original implementation is for
> statement-position only and expression-position usage is an improvement).

Yeah, normally I don't put that tag for these, because there is no
actual bug being fixed.

Instead, I normally say something like:

Cc: stable@xxxxxxxxxxxxxxx # Needed in 6.12.y and later (Rust is
pinned in older LTSs).

I will do that.

Cheers,
Miguel