Browse Source

ath10k: remove extra space on ath10k_update_channel_list

just to comply to coding style.

Signed-off-by: Eduardo Abinader <eduardo.abinader@riverbed.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Eduardo Abinader 9 years ago
parent
commit
9802977dcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/ath/ath10k/mac.c

+ 1 - 1
drivers/net/wireless/ath/ath10k/mac.c

@@ -2956,7 +2956,7 @@ static int ath10k_update_channel_list(struct ath10k *ar)
 			if (channel->flags & IEEE80211_CHAN_DISABLED)
 			if (channel->flags & IEEE80211_CHAN_DISABLED)
 				continue;
 				continue;
 
 
-			ch->allow_ht   = true;
+			ch->allow_ht = true;
 
 
 			/* FIXME: when should we really allow VHT? */
 			/* FIXME: when should we really allow VHT? */
 			ch->allow_vht = true;
 			ch->allow_vht = true;