From: Eduardo Abinader Date: Thu, 30 Jun 2016 12:23:55 +0000 (+0300) Subject: ath10k: remove extra space on ath10k_update_channel_list X-Git-Tag: v4.14-rc1~2816^2~29^2~9^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9802977dcce58c585086bd270401c7881fe8bca0;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 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;