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

From: Miguel Ojeda

Date: Fri Jul 10 2026 - 07:10:20 EST


On Wed, Jul 8, 2026 at 7:51 PM Harish-CS <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-CS <harish.cs.ss24@xxxxxxxxx>

Thanks for the patch! It looks good to me.

One question that I am supposed to ask: is Harish-CS a "known identity"?

https://docs.kernel.org/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin

Normally, the full legal name is used (which may be what you wrote, in
which case it is fine).

Cheers,
Miguel