Re: [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq

From: Miguel Ojeda
Date: Wed Oct 08 2025 - 12:20:47 EST


On Wed, Oct 8, 2025 at 5:16 PM Marco Crivellari
<marco.crivellari@xxxxxxxx> wrote:
>
> +/// Note: `system_percpu_wq` will replace ['system_wq`] in a future relase cycle.

Please check your patch with `make ... rustdoc` (which would complain
here about an unescaped backtick) and others like `make ... CLIPPY=1`:

https://rust-for-linux.com/contributing#submit-checklist-addendum

Also, in general, please use intra-doc links wherever possible.

Thanks!

Cheers,
Miguel