Re: [PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
From: Miguel Ojeda
Date: Tue Aug 11 2026 - 18:14:54 EST
On Tue, Aug 11, 2026 at 11:17 PM Konstantin Ryabitsev <mricon@xxxxxxxxxx> wrote:
>
> Unfortunately, some prominent maintainers indent their code review trailers,
> which is why we have to pay attention to those.
>
> I generally recommend using "|" when adding trailers that aren't part of
> actual code review, e.g.:
>
> | Fixes: abcde12345 ("Foo bar baz")
> | Reviewed-by: Alex Dev <adev@xxxxxxxxxxx>
>
> These are guaranteed to be ignored.
Sounds good, thanks! I will try to adapt :)
Cheers,
Miguel