diff mbox series

ath11k: fix whitespace error

Message ID 20190619113548.19312-1-john@phrozen.org (mailing list archive)
State Accepted
Commit 0cb7ee3d1a8470ee2a411dbb5f7cd7118aacd57f
Delegated to: Kalle Valo
Headers show
Series ath11k: fix whitespace error | expand

Commit Message

John Crispin June 19, 2019, 11:35 a.m. UTC
Signed-off-by: John Crispin <john@phrozen.org>
---
 drivers/net/wireless/ath/ath11k/dp_tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo June 20, 2019, 2:35 p.m. UTC | #1
John Crispin <john@phrozen.org> wrote:

> Signed-off-by: John Crispin <john@phrozen.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath11k-bringup branch of ath.git, thanks.

0cb7ee3d1a84 ath11k: fix whitespace error
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/dp_tx.c b/drivers/net/wireless/ath/ath11k/dp_tx.c
index 1e92c02c37b9..027c887b1fb8 100644
--- a/drivers/net/wireless/ath/ath11k/dp_tx.c
+++ b/drivers/net/wireless/ath/ath11k/dp_tx.c
@@ -387,7 +387,7 @@  static void ath11k_dp_tx_complete_msdu(struct ath11k *ar,
 	memset(&info->status, 0, sizeof(info->status));
 
 	/* skip tx rate update from ieee80211_status*/
-	 info->status.rates[0].idx = -1;
+	info->status.rates[0].idx = -1;
 
 	if (ts->status == HAL_WBM_TQM_REL_REASON_FRAME_ACKED &&
 	    !(info->flags & IEEE80211_TX_CTL_NO_ACK)) {