drivers:staging:rtl typo fix encryptiong to encryption.
authorJustin P. Mattock <justinmattock@gmail.com>
Thu, 7 Jul 2011 13:19:54 +0000 (15:19 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Jul 2011 21:15:05 +0000 (14:15 -0700)
This patch fixes a typo.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c

index 6cb31e1..552115c 100644 (file)
@@ -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;
index de2ed72..424dd48 100644 (file)
@@ -761,7 +761,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;
index ec7845e..59c45a5 100644 (file)
@@ -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;