mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
staging: android: Break up a long line in binder_send_failed_reply
Kernel coding style. Breaking long lines and strings. Change-Id: Ie1af1f3bcfef547ab69f873f2e86ee37c8c23caf Signed-off-by: William Panlener <wpanlener@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Riley Andrews
parent
36ac7f7143
commit
dd0f11419f
@@ -1200,7 +1200,8 @@ static void binder_send_failed_reply(struct binder_transaction *t,
|
||||
if (target_thread->return_error == BR_OK) {
|
||||
binder_debug(BINDER_DEBUG_FAILED_TRANSACTION,
|
||||
"send failed reply for transaction %d to %d:%d\n",
|
||||
t->debug_id, target_thread->proc->pid,
|
||||
t->debug_id,
|
||||
target_thread->proc->pid,
|
||||
target_thread->pid);
|
||||
|
||||
binder_pop_transaction(target_thread, t);
|
||||
|
||||
Reference in New Issue
Block a user