]> git.baikalelectronics.ru Git - kernel.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)
commitcf3ff099b3cfb179b3a7c42d4a67b913ece5aaa2
tree4103a783e58dc93228a465e501c816df18ed15c2
parentb7c52079a31b6d77b0aee287c23b9b56b8147eac
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