ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: ath11k: Remove redundant semicolons
@ 2025-08-12  7:52 Liao Yuanhong
  2025-09-17 20:29 ` Jeff Johnson
  2025-09-18 23:47 ` Jeff Johnson
  0 siblings, 2 replies; 3+ messages in thread
From: Liao Yuanhong @ 2025-08-12  7:52 UTC (permalink / raw)
  To: Jeff Johnson, Kalle Valo, Anilkumar Kolli, Ganesh Sesetti,
	Julia Lawall, Muna Sinada,
	open list:QUALCOMM ATHEROS ATH11K WIRELESS DRIVER,
	open list:QUALCOMM ATHEROS ATH11K WIRELESS DRIVER, open list
  Cc: Liao Yuanhong

Remove unnecessary semicolons.

Fixes: d5c65159f2895 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
---
 drivers/net/wireless/ath/ath11k/dp_rx.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/dp_rx.c b/drivers/net/wireless/ath/ath11k/dp_rx.c
index ffc7482c77b6..b9e976ddcbbf 100644
--- a/drivers/net/wireless/ath/ath11k/dp_rx.c
+++ b/drivers/net/wireless/ath/ath11k/dp_rx.c
@@ -4615,7 +4615,6 @@ static void ath11k_hal_rx_msdu_list_get(struct ath11k *ar,
 			      msdu_details[i].buf_addr_info.info0) == 0) {
 			msdu_desc_info = &msdu_details[i - 1].rx_msdu_info;
 			msdu_desc_info->info0 |= last;
-			;
 			break;
 		}
 		msdu_desc_info = &msdu_details[i].rx_msdu_info;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-18 23:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12  7:52 [PATCH] wifi: ath11k: Remove redundant semicolons Liao Yuanhong
2025-09-17 20:29 ` Jeff Johnson
2025-09-18 23:47 ` Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox