Re: [PATCH 2/3] rust_binder: add Rust binder tracepoints
From: Miguel Ojeda
Date: Sat Mar 07 2026 - 07:07:57 EST
On Sat, Mar 7, 2026 at 6:42 AM Mohamad Alsadhan <mo@xxxxxxx> wrote:
>
> static inline size_t rust_binder_transaction_debug_id(rust_binder_transaction t)
> {
> - return *(size_t *) (t + RUST_BINDER_LAYOUT.t.debug_id);
> + return *(size_t *)(t + RUST_BINDER_LAYOUT.t.debug_id);
> }
The kernel test robot just reported the Rust side wasn't formatted,
but this seems to be a C formatter at work. Spurious changes?
Thanks!
Cheers,
Miguel