* [PATCH -next] ath11k: Remove unneeded semicolon
@ 2019-12-14 10:22 ` zhengbin
0 siblings, 0 replies; 4+ messages in thread
From: zhengbin @ 2019-12-14 10:22 UTC (permalink / raw)
To: kvalo, davem, ath11k, linux-wireless, netdev; +Cc: zhengbin13
Fixes coccicheck warning:
drivers/net/wireless/ath/ath11k/wmi.h:2570:2-3: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
---
drivers/net/wireless/ath/ath11k/wmi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
index 4a518d4..22c887a 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -2567,7 +2567,7 @@ static inline const char *ath11k_wmi_phymode_str(enum wmi_phy_mode mode)
/* no default handler to allow compiler to check that the
* enum is fully handled
*/
- };
+ }
return "<unknown>";
}
--
2.7.4
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH -next] ath11k: Remove unneeded semicolon
@ 2019-12-14 10:22 ` zhengbin
0 siblings, 0 replies; 4+ messages in thread
From: zhengbin @ 2019-12-14 10:22 UTC (permalink / raw)
To: kvalo, davem, ath11k, linux-wireless, netdev; +Cc: zhengbin13
Fixes coccicheck warning:
drivers/net/wireless/ath/ath11k/wmi.h:2570:2-3: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
---
drivers/net/wireless/ath/ath11k/wmi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
index 4a518d4..22c887a 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -2567,7 +2567,7 @@ static inline const char *ath11k_wmi_phymode_str(enum wmi_phy_mode mode)
/* no default handler to allow compiler to check that the
* enum is fully handled
*/
- };
+ }
return "<unknown>";
}
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH -next] ath11k: Remove unneeded semicolon
2019-12-14 10:22 ` zhengbin
(?)
@ 2019-12-18 17:58 ` Kalle Valo
-1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2019-12-18 17:58 UTC (permalink / raw)
To: zhengbin; +Cc: davem, ath11k, linux-wireless, netdev, zhengbin13
zhengbin <zhengbin13@huawei.com> wrote:
> Fixes coccicheck warning:
>
> drivers/net/wireless/ath/ath11k/wmi.h:2570:2-3: Unneeded semicolon
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: zhengbin <zhengbin13@huawei.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
d1389e19e682 ath11k: Remove unneeded semicolon
--
https://patchwork.kernel.org/patch/11292181/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH -next] ath11k: Remove unneeded semicolon
2019-12-14 10:22 ` zhengbin
(?)
(?)
@ 2019-12-18 17:58 ` Kalle Valo
-1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2019-12-18 17:58 UTC (permalink / raw)
To: zhengbin; +Cc: netdev, linux-wireless, davem, ath11k
zhengbin <zhengbin13@huawei.com> wrote:
> Fixes coccicheck warning:
>
> drivers/net/wireless/ath/ath11k/wmi.h:2570:2-3: Unneeded semicolon
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: zhengbin <zhengbin13@huawei.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
d1389e19e682 ath11k: Remove unneeded semicolon
--
https://patchwork.kernel.org/patch/11292181/
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] 4+ messages in thread
end of thread, other threads:[~2019-12-18 17:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 10:22 [PATCH -next] ath11k: Remove unneeded semicolon zhengbin
2019-12-14 10:22 ` zhengbin
2019-12-18 17:58 ` Kalle Valo
2019-12-18 17:58 ` 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.