rtl8xxxu: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 10:56:22 +0000 (10:56 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 24 Jan 2018 15:45:17 +0000 (17:45 +0200)
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>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h

index 95e3993..8828baf 100644 (file)
@@ -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;