Re: [PATCH] checkpatch: warn on Rust comments with rustdoc links above items
From: Miguel Ojeda
Date: Tue Jan 13 2026 - 17:26:47 EST
On Tue, Jan 13, 2026 at 9:57 PM Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> Random grep results:
>
> Note: seems to be used as well
> What about NB: and INVARIANTS ?
Thanks Joe, it is very appreciated that you review checkpatch patches.
INVARIANTS should have been INVARIANT (or the other way around, but
since we mostly use INVARIANT, I guess it is better to stick with it
now).
Cheers,
Miguel