commit | c4ac54079300026120bec3beaf95e3d642a1e771 | [log] [tgz] |
---|---|---|
author | Dafna Hirschfeld <dafna3@gmail.com> | Sun Feb 18 18:43:04 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 19 17:57:43 2018 +0100 |
tree | 64bd8810ea8367f6d9bbf42b30a220eaf1b8202a | |
parent | b32b2cacd91e785d03d2a945d42579451736a19d [diff] |
staging: rtl8723bs: clean up conditionals Move all closing braces and parentheses to the end of the line. Remove braces from 'if' statements with a single 'then' line. Move logical operators to the end of lines in multiline conditional. Remove unnecessary parentheses. Issues found with checkpatch.pl Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>