commit | 84590b1aa93824f1de9dc28f8e294be5d29329ba | [log] [tgz] |
---|---|---|
author | Eli Billauer <eli.billauer@gmail.com> | Thu Jul 17 17:53:19 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 17 17:18:44 2014 -0700 |
tree | 0be9fd2ac2ae3bbc654dc599a039893f13e69679 | |
parent | 736221ef1f414d1534ccbeb3ce5df187981ebb62 [diff] |
staging: xillybus: Fix if-else coding style errors According to Documentation/CodingStyle, when one branch of an if-else statement has multiple statements, both branches should be enclosed in curly brackets. Signed-off-by: Eli Billauer <eli.billauer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>