]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ath10k: remove extra space on ath10k_update_channel_list
authorEduardo Abinader <eduardo.abinader@riverbed.com>
Thu, 30 Jun 2016 12:23:55 +0000 (15:23 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 8 Jul 2016 06:47:10 +0000 (09:47 +0300)
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>
drivers/net/wireless/ath/ath10k/mac.c

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