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

Commit a9df8cd5 authored by Sohil Ladhani's avatar Sohil Ladhani Committed by Greg Kroah-Hartman
Browse files

Staging: rtlwifi: base: Modified the line ending with a parenthesis



This patch fixes the "Lines should not end with a '('" warning reported by
checkpatch.pl script. The line containing 'rtl_mrate_idx_to_arfr_id' function
previously ended with '(', which did not conform to the linux kernel
coding style.

Signed-off-by: default avatarSohil Ladhani <supertakumi86@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2ec34a43
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -685,8 +685,7 @@ static void _rtl_query_protection_mode(struct ieee80211_hw *hw,
	}
}

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)
{
	struct rtl_priv *rtlpriv = rtl_priv(hw);