commit | 395262a9e69042b82293f8b6bcd7a48b2fd215de | [log] [tgz] |
---|---|---|
author | Dmitry Voytik <voytikd@gmail.com> | Mon Sep 08 18:16:34 2014 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 08 13:29:01 2014 -0700 |
tree | 4103a783e58dc93228a465e501c816df18ed15c2 | |
parent | 0232a42cbe3fe18c2dda833cb8e97253240a9479 [diff] |
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>