aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-12-14 18:22:34 +0800
committerKalle Valo <kvalo@codeaurora.org>2019-12-18 19:57:16 +0200
commitd1389e19e68270601c75acc14a890264f66b80a1 (patch)
treee18d1215ffb8206c4f11182a390854c26564972e /drivers/net/wireless
parentath11k: remove an unneeded NULL check (diff)
downloadlinux-dev-d1389e19e68270601c75acc14a890264f66b80a1.tar.xz
linux-dev-d1389e19e68270601c75acc14a890264f66b80a1.zip
ath11k: Remove unneeded semicolon
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>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/ath/ath11k/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
index 5b64eb2d56ef..780e72c2844a 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -2569,7 +2569,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>";
}