From c8dbab964ff3b89883369a8b176f3e44ad4e34e4 Mon Sep 17 00:00:00 2001 From: An Ha Date: Tue, 2 Sep 2014 21:00:45 -0400 Subject: [PATCH] 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-format-patch failed