Re: [PATCH v2] rust: check type of `$ptr` in `container_of!`
From: Miguel Ojeda
Date: Sun Apr 13 2025 - 16:31:20 EST
On Sat, Apr 12, 2025 at 8:16 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> ; diff --git a/rust/kernel/rbtree.rs b/rust/kernel/rbtree.rs
I am curious, what is the reason for the `;` notation? If is it to
avoid issues with the `diff` marker, then I think indenting with 4
spaces as usual would work.
Thanks!
Cheers,
Miguel