]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8821ae: hal_bt_coexist: fix curly brace placement
authorAn Ha <zero579911@gmail.com>
Wed, 3 Sep 2014 01:00:45 +0000 (21:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 20:45:23 +0000 (13:45 -0700)
commit9c7bbd68458f05673d9b449f9c945fb7e63ccbbc
treebf9572db08ab4aa6c574c048c5dc9650e0df32c5
parent41a21d0e44a610bf366aade7004920568edc8c26
Staging: rtl8821ae: hal_bt_coexist: fix curly brace placement

Fix coding style issue where the if statement unnecessarily uses curly
braces for one line statements and where the else conditional statement
should follow the closing curly brace '}'. Also, the open curly brace
'{' should be on the same line as the if statement.

Signed-off-by: An Ha <zero579911@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c