rtl8xxxu: Remove unncessary semicolon
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 29 Feb 2016 22:05:43 +0000 (17:05 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Mar 2016 13:29:19 +0000 (15:29 +0200)
This removes an superfluous semicolon.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c

index 4e08f5e05c6ecaecea2f8527564a487c7e0775c3..ce45c190979bb6eade66ade6e9db13f4e004c987 100644 (file)
@@ -7195,7 +7195,7 @@ static void rtl8xxxu_tx(struct ieee80211_hw *hw,
                        tx_desc->txdw3 |=
                                cpu_to_le32(TXDESC_HW_RTS_ENABLE_8723B);
                }
-       };
+       }
 
        rtl8xxxu_calc_tx_desc_csum(tx_desc);
 
This page took 0.026965 seconds and 5 git commands to generate.