staging: xillybus: Fix if-else coding style errors
authorEli Billauer <eli.billauer@gmail.com>
Thu, 17 Jul 2014 14:53:19 +0000 (17:53 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 00:18:44 +0000 (17:18 -0700)
commit84590b1aa93824f1de9dc28f8e294be5d29329ba
tree0be9fd2ac2ae3bbc654dc599a039893f13e69679
parent736221ef1f414d1534ccbeb3ce5df187981ebb62
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>
drivers/staging/xillybus/xillybus_core.c
This page took 0.028701 seconds and 5 git commands to generate.