From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Greg KH <gregkh@suse.de>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2]drivers:staging:rtl typo fix encryptiong to encryption.
Date: Thu, 07 Jul 2011 07:45:26 -0700 [thread overview]
Message-ID: <4E15C686.6030906@gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1107071519380.11049@pobox.suse.cz>
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@gmail.com>
>>
>> The beow patch fixes a typo.
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.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
>>
>
prev parent reply other threads:[~2011-07-07 14:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-06 4:51 [PATCH 1/2]drivers:net:wireless:ipw2x00:libipw_tx.c Typo fix encryptiong to encryption Justin P. Mattock
2011-07-06 4:51 ` [PATCH 2/2]drivers:staging:rtl typo " Justin P. Mattock
2011-07-07 13:19 ` Jiri Kosina
2011-07-07 14:45 ` Justin P. Mattock [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E15C686.6030906@gmail.com \
--to=justinmattock@gmail.com \
--cc=gregkh@suse.de \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.