]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: binder: fix coding style issues
authorDmitry Voytik <voytikd@gmail.com>
Mon, 8 Sep 2014 14:16:34 +0000 (18:16 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 20:29:01 +0000 (13:29 -0700)
commit395262a9e69042b82293f8b6bcd7a48b2fd215de
tree4103a783e58dc93228a465e501c816df18ed15c2
parent0232a42cbe3fe18c2dda833cb8e97253240a9479
staging: binder: fix coding style issues

Fix coding style issues:
* put braces in all if-else branches;
* limit the length of changed lines to 80 columns.
checkpatch.pl warning count reduces by 3.

Signed-off-by: Dmitry Voytik <voytikd@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c