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)
commitc8dbab964ff3b89883369a8b176f3e44ad4e34e4
treebf9572db08ab4aa6c574c048c5dc9650e0df32c5
parent7a49f91576a3d5baf287c1d9d92581a2ab42d8a8
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
This page took 0.025227 seconds and 5 git commands to generate.