projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269663f
)
ath11k: Remove unneeded semicolon
author
zhengbin
<zhengbin13@huawei.com>
Sat, 14 Dec 2019 10:22:34 +0000
(18:22 +0800)
committer
Kalle Valo
<kvalo@codeaurora.org>
Wed, 18 Dec 2019 17:57:16 +0000
(19:57 +0200)
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>
drivers/net/wireless/ath/ath11k/wmi.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/wmi.h
b/drivers/net/wireless/ath/ath11k/wmi.h
index
5b64eb2
..
780e72c
100644
(file)
--- 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>";
}