rtl8xxxu: Add missing blank space in front of bracket
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 29 Feb 2016 22:05:09 +0000 (17:05 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Mar 2016 13:29:10 +0000 (15:29 +0200)
Keep the automated tools happy

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c

index 04dad19402e50b6b90031bd7df06f132957899b1..1fa0dbfdef84bb40d6cdda42ca770fb096d14101 100644 (file)
@@ -6155,7 +6155,7 @@ static int rtl8xxxu_init_device(struct ieee80211_hw *hw)
                rtl8xxxu_write32(priv, REG_TXDMA_OFFSET_CHK, val32);
        }
 
-       if (!macpower){
+       if (!macpower) {
                if (priv->ep_tx_normal_queue)
                        val8 = TX_PAGE_NUM_NORM_PQ;
                else
This page took 0.031414 seconds and 5 git commands to generate.