Re: [PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.linux.tools,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pwm,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72mcieV_SmvraqcNNYVOQOppzrjRtkNdpvdv5hOKfZkuJw@mail.gmail.com> |
On Tue, Aug 11, 2026 at 11:17 PM Konstantin Ryabitsev <[email protected]> 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 <[email protected]> > > These are guaranteed to be ignored. Sounds good, thanks! I will try to adapt :) Cheers, Miguel