Skip to content

Commit

Permalink
rtl8xxxu: Fix trailing semicolon
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Jes Sorensen <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
  • Loading branch information
luisbg authored and Kalle Valo committed Jan 24, 2018
1 parent a75f3ee commit 8054a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8054a27

Please sign in to comment.