Re: [PATCH] rust: of: replace `core::mem::zeroed` with `pin_init::zeroed`
From: Miguel Ojeda
Date: Thu Oct 30 2025 - 13:33:29 EST
On Thu, Oct 30, 2025 at 5:45 PM Moritz Zielke via B4 Relay
<devnull+moritz.zielke.gmail.com@xxxxxxxxxx> wrote:
>
> ---
> This patch was suggested in the linked issue. It's my first attempt
> of sending a patch to the kernel mailing list.
Looks good -- welcome!
One nit: this sentence above would go below the tags and the `---`
below (the `---` here, above the sentence, should not be here).
Otherwise, when applying the patch, the tags will be lost.
Cheers,
Miguel