[PATCH net-next] wifi: ath11k: Remove unneeded semicolon

Yang Li posted 1 patch 2 years, 2 months ago
drivers/net/wireless/ath/ath11k/fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH net-next] wifi: ath11k: Remove unneeded semicolon
Posted by Yang Li 2 years, 2 months ago
./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
Re: [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
Posted by Kalle Valo 2 years, 1 month ago
Yang Li <yang.lee@linux.alibaba.com> wrote:

> ./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>

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

8f157593689f wifi: ath11k: Remove unneeded semicolon

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20231030060225.28987-1-yang.lee@linux.alibaba.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Re: [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
Posted by Jeff Johnson 2 years, 2 months ago
On 10/29/2023 11:02 PM, Yang Li wrote:
> ./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>