Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rust_binder: remove trailing comma

This prepares for a later commit in which we introduce a custom
formatting macro; that macro doesn't handle trailing commas so just
remove this one.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Link: https://patch.msgid.link/20251018-cstr-core-v18-2-9378a54385f8@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

authored by

Tamir Duberstein and committed by
Miguel Ojeda
d9252f1b 061a8ac6

+1 -1
+1 -1
drivers/android/binder/process.rs
··· 596 596 " ref {}: desc {} {}node {debug_id} s {strong} w {weak}", 597 597 r.debug_id, 598 598 r.handle, 599 - if dead { "dead " } else { "" }, 599 + if dead { "dead " } else { "" } 600 600 ); 601 601 } 602 602 }