ath10k: fix parenthesis alignment
authorKalle Valo <kvalo@qca.qualcomm.com>
Wed, 13 Apr 2016 11:14:16 +0000 (14:14 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 14 Apr 2016 14:30:56 +0000 (17:30 +0300)
Found by checkpatch:

drivers/net/wireless/ath/ath10k/mac.c:6800: Alignment should match open parent

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c

index 76ea1cc..d9d98bf 100644 (file)
@@ -6797,7 +6797,7 @@ static u64 ath10k_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
 }
 
 static void ath10k_set_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
-                   u64 tsf)
+                          u64 tsf)
 {
        struct ath10k *ar = hw->priv;
        struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif);