summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis de Bethencourt2018-01-17 11:56:22 +0100
committerKalle Valo2018-01-24 16:45:17 +0100
commit8054a275de082214e6a8745db1a79453a42e7095 (patch)
tree5d496958b77f02db747c055a955afad9682644dc
parentrtlwifi: Add spec_ver to check whether use new rate-id or not (diff)
downloadkernel-qcow2-linux-8054a275de082214e6a8745db1a79453a42e7095.tar.gz
kernel-qcow2-linux-8054a275de082214e6a8745db1a79453a42e7095.tar.xz
kernel-qcow2-linux-8054a275de082214e6a8745db1a79453a42e7095.zip
rtl8xxxu: Fix trailing semicolon
The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt <luisbg@kernel.org> Acked-by: Jes Sorensen <Jes.Sorensen@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r--drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
index 95e3993d8a33..8828baf26e7b 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
@@ -1172,7 +1172,7 @@ struct rtl8723bu_c2h {
u8 basic_rate:1;
u8 bt_has_reset:1;
- u8 dummy4_1:1;;
+ u8 dummy4_1:1;
u8 ignore_wlan:1;
u8 auto_report:1;
u8 dummy4_2:3;