]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
binder: fix reversed pid/tid in log
authorCarlos Llamas <cmllamas@google.com>
Thu, 5 Jun 2025 14:19:29 +0000 (14:19 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jun 2025 16:23:55 +0000 (17:23 +0100)
commit899385b04bc9d24d47ff5d581ee80f7feb802e38
treee7b0cb1b4fe765a79e3b8a52c4434b782e6ec356
parent0ef1fe4bc38673db72e39b700b29c50dfcc5a415
binder: fix reversed pid/tid in log

The "pid:tid" format is used consistently throughout the driver's logs
with the exception of this one place where the arguments are reversed.
Let's fix that. Also, collapse a multi-line comment into a single line.

Cc: Steven Moreland <smoreland@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250605141930.1069438-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c