2016-06-22 13:34:44

by Eduardo Abinader

[permalink] [raw]
Subject: [PATCH] ath10k: remove extra space on ath10k_update_channel_list

just to comply to coding style.

Signed-off-by: Eduardo Abinader <[email protected]>
---
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 d4b7a16..d5f8e95 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -2939,7 +2939,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.5.0


2016-06-23 01:25:40

by Julian Calaby

[permalink] [raw]
Subject: Re: [PATCH] ath10k: remove extra space on ath10k_update_channel_list

Hi All,

On Wed, Jun 22, 2016 at 11:34 PM, Eduardo Abinader
<[email protected]> wrote:
> just to comply to coding style.
>
> Signed-off-by: Eduardo Abinader <[email protected]>

Looks right to me.

Reviewed-by: Julian Calaby <[email protected]>

Thanks,

--
Julian Calaby

Email: [email protected]
Profile: http://www.google.com/profiles/julian.calaby/

2016-07-08 06:47:37

by Kalle Valo

[permalink] [raw]
Subject: Re: ath10k: remove extra space on ath10k_update_channel_list

Eduardo Abinader <[email protected]> wrote:
> just to comply to coding style.
>
> Signed-off-by: Eduardo Abinader <[email protected]>
> Reviewed-by: Julian Calaby <[email protected]>

Thanks, 1 patch applied to ath-next branch of ath.git:

9802977dcce5 ath10k: remove extra space on ath10k_update_channel_list

--
Sent by pwcli
https://patchwork.kernel.org/patch/9192945/