Commit f2a4163a authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo

rtl8xxxu: Add missing blank space in front of bracket

Keep the automated tools happy
Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 3e88ca44
...@@ -6155,7 +6155,7 @@ static int rtl8xxxu_init_device(struct ieee80211_hw *hw) ...@@ -6155,7 +6155,7 @@ static int rtl8xxxu_init_device(struct ieee80211_hw *hw)
rtl8xxxu_write32(priv, REG_TXDMA_OFFSET_CHK, val32); rtl8xxxu_write32(priv, REG_TXDMA_OFFSET_CHK, val32);
} }
if (!macpower){ if (!macpower) {
if (priv->ep_tx_normal_queue) if (priv->ep_tx_normal_queue)
val8 = TX_PAGE_NUM_NORM_PQ; val8 = TX_PAGE_NUM_NORM_PQ;
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment