From: An Ha Date: Wed, 3 Sep 2014 01:00:45 +0000 (-0400) Subject: Staging: rtl8821ae: hal_bt_coexist: fix curly brace placement X-Git-Tag: fixes-for-v3.18-merge-window~15^2~753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8dbab964ff3b89883369a8b176f3e44ad4e34e4;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed