diff mbox series

ath10k: remove unneeded semicolon

Message ID 20191025091041.34056-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 0dc269314a251816aeee3abe38184071cf96e733
Delegated to: Kalle Valo
Headers show
Series ath10k: remove unneeded semicolon | expand

Commit Message

Yue Haibing Oct. 25, 2019, 9:10 a.m. UTC
remove unneeded semicolon.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireless/ath/ath10k/htt_rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Oct. 31, 2019, 8:15 a.m. UTC | #1
YueHaibing <yuehaibing@huawei.com> wrote:

> remove unneeded semicolon.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

0dc269314a25 ath10k: remove unneeded semicolon
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 9f0e7b4..d95b63f 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -2073,7 +2073,7 @@  static void ath10k_htt_rx_mpdu_desc_pn_hl(struct htt_hl_rx_desc *rx_desc,
 	case 24:
 		pn->pn24 = __le32_to_cpu(rx_desc->pn_31_0);
 		break;
-	};
+	}
 }
 
 static bool ath10k_htt_rx_pn_cmp48(union htt_rx_pn_t *new_pn,