ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
@ 2023-10-30  6:02 Yang Li
  2023-10-30 14:44 ` Jeff Johnson
  2023-11-13 15:40 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-10-30  6:02 UTC (permalink / raw)
  To: kvalo, quic_jjohnson
  Cc: ath11k, linux-wireless, linux-kernel, Yang Li, Abaci Robot

./drivers/net/wireless/ath/ath11k/fw.c:136:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7073
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/net/wireless/ath/ath11k/fw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/fw.c b/drivers/net/wireless/ath/ath11k/fw.c
index 8f84fba29886..4e36292a79db 100644
--- a/drivers/net/wireless/ath/ath11k/fw.c
+++ b/drivers/net/wireless/ath/ath11k/fw.c
@@ -133,7 +133,7 @@ static int ath11k_fw_request_firmware_api_n(struct ath11k_base *ab,
 
 		len -= ie_len;
 		data += ie_len;
-	};
+	}
 
 	return 0;
 
-- 
2.20.1.7.g153144c


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2023-11-13 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30  6:02 [PATCH net-next] wifi: ath11k: Remove unneeded semicolon Yang Li
2023-10-30 14:44 ` Jeff Johnson
2023-11-13 15:40 ` Kalle Valo

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