]> 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)
commit368246dfa6942b5ca21743ddb229c9d03edf7655
treebf9572db08ab4aa6c574c048c5dc9650e0df32c5
parentd160b831951e4f742dcd5866d06b4d2d08e4fa93
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