lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 31 Jan 2012 09:46:31 -0600
From:	Larry Finger <Larry.Finger@...inger.net>
To:	Masanari Iida <standby24x7@...il.com>
CC:	linux-wireless@...r.kernel.org, trivial@...nel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] [trivial] rtlwifi: Fix typo in dm.c

On 01/31/2012 07:34 AM, Masanari Iida wrote:
> Correct a spelling "disconnet" to "disconnect" in
> drivers/net/wireless/rtlwifi/rtl8192de/dm.c
>
> Signed-off-by: Masanari Iida<standby24x7@...il.com>
> ---
>   drivers/net/wireless/rtlwifi/rtl8192de/dm.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/rtlwifi/rtl8192de/dm.c b/drivers/net/wireless/rtlwifi/rtl8192de/dm.c
> index 3cd0736..5087fe4 100644
> --- a/drivers/net/wireless/rtlwifi/rtl8192de/dm.c
> +++ b/drivers/net/wireless/rtlwifi/rtl8192de/dm.c
> @@ -296,7 +296,7 @@ static void rtl92d_dm_find_minimum_rssi(struct ieee80211_hw *hw)
>   		de_digtable.min_undecorated_pwdb_for_dm =
>   		    rtlpriv->dm.UNDEC_SM_PWDB;
>   		RT_TRACE(rtlpriv, COMP_BB_POWERSAVING, DBG_LOUD,
> -			 ("AP Ext Port or disconnet PWDB = 0x%x\n",
> +			 ("AP Ext Port or disconnect PWDB = 0x%x\n",
>   			  de_digtable.min_undecorated_pwdb_for_dm));
>   	}

Due to the changes in RT_TRACE, this patch would not apply to the 
wireless-testing tree. I fixed it and submitted a good version with my 
Signed-off-by. Thanks for noticing this, but please use the correct tree when 
submitting patches.

Larry

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ