staging: android: Break up a long line in binder_send_failed_reply
Kernel coding style. Breaking long lines and strings. Signed-off-by: William Panlener <wpanlener@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e0301d0d28
commit
0232a42cbe
|
@ -1198,7 +1198,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);
|
||||
|
|
Loading…
Reference in New Issue