From: zhengbin Date: Sat, 14 Dec 2019 10:22:34 +0000 (+0800) Subject: ath11k: Remove unneeded semicolon X-Git-Tag: v5.6-rc1~151^2~214^2^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1389e19e68270601c75acc14a890264f66b80a1;p=thirdparty%2Flinux.git ath11k: Remove unneeded semicolon Fixes coccicheck warning: drivers/net/wireless/ath/ath11k/wmi.h:2570:2-3: Unneeded semicolon Reported-by: Hulk Robot Signed-off-by: zhengbin Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h index 5b64eb2d56efd..780e72c2844a1 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 ""; }