wifi: ath11k: Remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 30 Oct 2023 06:02:25 +0000 (14:02 +0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 13 Nov 2023 15:40:19 +0000 (17:40 +0200)
./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>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20231030060225.28987-1-yang.lee@linux.alibaba.com
drivers/net/wireless/ath/ath11k/fw.c

index 8f84fba29886eb5aa638140e85d486435b957963..4e36292a79db89233d541646c8eb3726a38d2119 100644 (file)
@@ -133,7 +133,7 @@ static int ath11k_fw_request_firmware_api_n(struct ath11k_base *ab,
 
                len -= ie_len;
                data += ie_len;
-       };
+       }
 
        return 0;