All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
@ 2023-10-30  6:02 ` Yang Li
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
@ 2023-10-30  6:02 ` Yang Li
  0 siblings, 0 replies; 6+ 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


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

* Re: [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
  2023-10-30  6:02 ` Yang Li
@ 2023-10-30 14:44   ` Jeff Johnson
  -1 siblings, 0 replies; 6+ messages in thread
From: Jeff Johnson @ 2023-10-30 14:44 UTC (permalink / raw)
  To: Yang Li, kvalo
  Cc: ath11k, linux-wireless, linux-kernel, Abaci Robot,
	Anilkumar Kolli

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>


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

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

* Re: [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
@ 2023-10-30 14:44   ` Jeff Johnson
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Johnson @ 2023-10-30 14:44 UTC (permalink / raw)
  To: Yang Li, kvalo
  Cc: ath11k, linux-wireless, linux-kernel, Abaci Robot,
	Anilkumar Kolli

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>


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

* Re: [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
  2023-10-30  6:02 ` Yang Li
@ 2023-11-13 15:40   ` Kalle Valo
  -1 siblings, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2023-11-13 15:40 UTC (permalink / raw)
  To: Yang Li
  Cc: quic_jjohnson, ath11k, linux-wireless, linux-kernel, Yang Li,
	Abaci Robot

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


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

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

* Re: [PATCH net-next] wifi: ath11k: Remove unneeded semicolon
@ 2023-11-13 15:40   ` Kalle Valo
  0 siblings, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2023-11-13 15:40 UTC (permalink / raw)
  To: Yang Li
  Cc: quic_jjohnson, ath11k, linux-wireless, linux-kernel, Yang Li,
	Abaci Robot

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


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

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

Thread overview: 6+ 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  6:02 ` Yang Li
2023-10-30 14:44 ` Jeff Johnson
2023-10-30 14:44   ` Jeff Johnson
2023-11-13 15:40 ` Kalle Valo
2023-11-13 15:40   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.