Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6979494a authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo
Browse files

rtl8xxxu: Remove unncessary semicolon



This removes an superfluous semicolon.

Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 87957081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);