diff options
author | Giedrius Statkevičius <giedrius.statkevicius@gmail.com> | 2014-10-04 00:31:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-20 10:29:27 +0800 |
commit | 609fc15ef8908aff8822f26a7a987d12246cbc3f (patch) | |
tree | 6f1f85ffbf4e8129702c5771b9e6de34eff10d36 /drivers/vhost | |
parent | fbbf359c4ca026e631fde19caff765af5c1afb12 (diff) | |
download | linux-609fc15ef8908aff8822f26a7a987d12246cbc3f.tar.bz2 |
staging: rts5208: use ternary operators to reduce indentation level
Convert code in format of if (a) if(b) { [...] } to one line with a
simple ternary operation to avoid unnecesary increase of indentation
level.
Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions