Re: [PATCH v2] rust: sync: improve `Arc` documentation links

From: Miguel Ojeda

Date: Mon Aug 10 2026 - 00:54:42 EST


On Sat, Jul 11, 2026 at 4:47 PM Harish C S <harish.cs.ss24@xxxxxxxxx> wrote:
>
> The `Arc` documentation has a few mentions that do not follow the
> surrounding style: a plain `Arc` without an intra-doc link and a
> lower-case "arc".
>
> Use intra-doc links for rustdoc references to `Arc` and spell internal
> comments consistently as `Arc`, matching nearby docs.
>
> Suggested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> Link: https://github.com/Rust-for-Linux/linux/issues/1240
> Signed-off-by: Harish C S <harish.cs.ss24@xxxxxxxxx>

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel