Commit b3885feb authored by Ricardo Silva's avatar Ricardo Silva Committed by Greg Kroah-Hartman
Browse files

staging: rb8822be Change line not to end with '('



To comply with checkpatch.

CHECK: Lines should not end with a '('
+u8 rtl_mrate_idx_to_arfr_id(

Signed-off-by: default avatarRicardo Silva <ricsilvs1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8478c35a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -151,8 +151,8 @@ void rtl_c2hcmd_wq_callback(void *data);
void rtl_c2hcmd_launcher(struct ieee80211_hw *hw, int exec);
void rtl_c2hcmd_enqueue(struct ieee80211_hw *hw, u8 tag, u8 len, u8 *val);

u8 rtl_mrate_idx_to_arfr_id(
	struct ieee80211_hw *hw, u8 rate_index,
u8 rtl_mrate_idx_to_arfr_id(struct ieee80211_hw *hw,
			    u8 rate_index,
			    enum wireless_mode wirelessmode);
void rtl_get_tcb_desc(struct ieee80211_hw *hw,
		      struct ieee80211_tx_info *info,