Re: [PATCH v2] checkpatch: warn on Rust comments with rustdoc links above items
From: Joe Perches
Date: Tue Jan 13 2026 - 16:15:12 EST
On Tue, 2026-01-13 at 13:10 -0800, Ryan Foster wrote:
> Add a check to emit a warning when a `//` comment containing rustdoc
> link patterns (like [`Foo`]) appears directly above a Rust item
> declaration. This likely indicates the comment should use `///`
> documentation syntax instead.
You sent a delta patch from v1 as v2.
Please send the entire patch instead.