mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Miguel Ojeda
parent
061a8ac6de
commit
d9252f1be2
@@ -596,7 +596,7 @@ impl Process {
|
||||
" ref {}: desc {} {}node {debug_id} s {strong} w {weak}",
|
||||
r.debug_id,
|
||||
r.handle,
|
||||
if dead { "dead " } else { "" },
|
||||
if dead { "dead " } else { "" }
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user