From 9802977dcce58c585086bd270401c7881fe8bca0 Mon Sep 17 00:00:00 2001 From: Eduardo Abinader Date: Thu, 30 Jun 2016 15:23:55 +0300 Subject: [PATCH] ath10k: remove extra space on ath10k_update_channel_list just to comply to coding style. Signed-off-by: Eduardo Abinader Reviewed-by: Julian Calaby Signed-off-by: Kalle Valo --- drivers/net/wireless/ath/ath10k/mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 78add06..60a5324 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/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) continue; - ch->allow_ht = true; + ch->allow_ht = true; /* FIXME: when should we really allow VHT? */ ch->allow_vht = true; -- 2.7.4