]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit85d64ae6aee798d9353156bf07d2be2bedfbcbd7
tree0be9fd2ac2ae3bbc654dc599a039893f13e69679
parent037da6ff174baf0718f3714b956eb1ac92b2b8ea
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