From d4ec15e16ff0d72f9a3f1909b1ed20515f1f40d0 Mon Sep 17 00:00:00 2001 From: Lucas Tanure Date: Sun, 13 Jul 2014 21:31:05 -0300 Subject: [PATCH] staging: android: Clean up else statement from binder_send_failed_reply Kernel coding style. Remove useless else statement after return. Changes from v1 and v2: Fix warning for mixed declarations and code. Declaration of "struct binder_transaction *next" made outside of while. Changes from v3: Removed initialization to NULL for next variable. Signed-off-by: Lucas Tanure Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed