Re: [PATCH] rust: device: avoid trailing ; in printing macros
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.driver-core,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <CANiq72mZuFsb_Otu2fUSBHQ+oC6TrhnM6-BzZB7KcqV97yq0eg@mail.gmail.com> |
On Thu, Jul 16, 2026 at 4:00 PM Gary Guo <[email protected]> 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: [email protected] # Needed in 6.12.y and later (Rust is pinned in older LTSs). I will do that. Cheers, Miguel