Staging: rtl8821ae: hal_bt_coexist: add a blank newline
authorAn Ha <zero579911@gmail.com>
Wed, 3 Sep 2014 01:00:46 +0000 (21:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 20:45:23 +0000 (13:45 -0700)
Fix coding style issue which requires a blank line after declarations.

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

index d587072623f89aa4e183cfb869398af7bf6c234f..293bf9d561ed1b1b543862eef012e1a0080ea86c 100644 (file)
@@ -435,6 +435,7 @@ void rtl8821ae_dm_bt_fw_coex_all_off(struct ieee80211_hw *hw)
 {
        struct rtl_pci_priv *rtlpcipriv = rtl_pcipriv(hw);
        struct rtl_priv *rtlpriv = rtl_priv(hw);
+
        RT_TRACE(COMP_BT_COEXIST, DBG_TRACE,
                ("rtl8821ae_dm_bt_fw_coex_all_off()\n"));
 
This page took 0.02501 seconds and 5 git commands to generate.