On Sat, 4 Aug 2018, Sohil Ladhani wrote:
> linux-ker...@vger.kernel.org, Sohil Ladhani <supertakum...@gmail.com>
> Bcc:
> Subject: [PATCH] Staging: rtlwifi: base: fixed a brace coding style issue
> Reply-To:
It doesn't look right that the above text is in the message body when I
respond to it. Send the patch to yourself first and be sure that
everything is ok.
Braces are {}. The patch doesn't do anything with braces. () are
parentheses. But the patch doesn't really do anything with them either.
The patch actually moves around the function parameters.
> Fixed a coding style issue
This doesn't give much information. What did you do and why?
julia
> Signed-off-by: Sohil Ladhani <supertakum...@gmail.com>
> ---
> drivers/staging/rtlwifi/base.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/rtlwifi/base.c b/drivers/staging/rtlwifi/base.c
> index 094827c1879a..654aa4e068ba 100644
> --- a/drivers/staging/rtlwifi/base.c
> +++ b/drivers/staging/rtlwifi/base.c
> @@ -685,9 +685,8 @@ static void _rtl_query_protection_mode(struct
> ieee80211_hw *hw,
> }
> }
>
> -u8 rtl_mrate_idx_to_arfr_id(
> - struct ieee80211_hw *hw, u8 rate_index,
> - enum wireless_mode wirelessmode)
> +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);
> struct rtl_phy *rtlphy = &rtlpriv->phy;
> --
> 2.18.0
>
>
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel