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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 07 Jul 2011 07:45:26 -0700
From:	"Justin P. Mattock" <justinmattock@...il.com>
To:	Jiri Kosina <jkosina@...e.cz>
CC:	Greg KH <gregkh@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2]drivers:staging:rtl typo fix encryptiong to encryption.

On 07/07/2011 06:19 AM, Jiri Kosina wrote:
>
> [ staging -- CCing Greg ]

alright.. if I need to resend let me know since I have a typo in the 
explanation line area

>
> On Tue, 5 Jul 2011, Justin P. Mattock wrote:
>
>> From: "Justin P. Mattock"<justinmattock@...il.com>
>>
>> The beow patch fixes a typo.
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@...il.com>
>>
>> ---
>>   drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c |    2 +-
>>   drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c  |    2 +-
>>   drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c  |    2 +-
>>   3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
>> index 6cb31e1..552115c 100644
>> --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
>> +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
>> @@ -445,7 +445,7 @@ int ieee80211_rtl_xmit(struct sk_buff *skb,
>>   		(CFG_IEEE80211_COMPUTE_FCS | CFG_IEEE80211_RESERVE_FCS))
>>   			bytes_per_frag -= IEEE80211_FCS_LEN;
>>
>> -		/* Each fragment may need to have room for encryptiong pre/postfix */
>> +		/* Each fragment may need to have room for encryption pre/postfix */
>>   		if (encrypt)
>>   			bytes_per_frag -= crypt->ops->extra_prefix_len +
>>   				crypt->ops->extra_postfix_len;
>> diff --git a/drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c
>> index 995346d..d13be4c 100644
>> --- a/drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c
>> +++ b/drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c
>> @@ -762,7 +762,7 @@ int ieee80211_rtl_xmit(struct sk_buff *skb, struct net_device *dev)
>>   		(CFG_IEEE80211_COMPUTE_FCS | CFG_IEEE80211_RESERVE_FCS))
>>   			bytes_per_frag -= IEEE80211_FCS_LEN;
>>
>> -		/* Each fragment may need to have room for encryptiong pre/postfix */
>> +		/* Each fragment may need to have room for encryption pre/postfix */
>>   		if (encrypt)
>>   			bytes_per_frag -= crypt->ops->extra_prefix_len +
>>   				crypt->ops->extra_postfix_len;
>> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
>> index ec7845e..59c45a5 100644
>> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
>> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
>> @@ -723,7 +723,7 @@ int ieee80211_xmit(struct sk_buff *skb, struct net_device *dev)
>>   		(CFG_IEEE80211_COMPUTE_FCS | CFG_IEEE80211_RESERVE_FCS))
>>   			bytes_per_frag -= IEEE80211_FCS_LEN;
>>
>> -		/* Each fragment may need to have room for encryptiong pre/postfix */
>> +		/* Each fragment may need to have room for encryption pre/postfix */
>>   		if (encrypt)
>>   			bytes_per_frag -= crypt->ops->extra_prefix_len +
>>   				crypt->ops->extra_postfix_len;
>> --
>> 1.7.6
>>
>

--
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