public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2]drivers:net:wireless:ipw2x00:libipw_tx.c Typo fix encryptiong to encryption
@ 2011-07-06  4:51 Justin P. Mattock
  2011-07-06  4:51 ` [PATCH 2/2]drivers:staging:rtl typo " Justin P. Mattock
  0 siblings, 1 reply; 4+ messages in thread
From: Justin P. Mattock @ 2011-07-06  4:51 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

From: "Justin P. Mattock" <justinmattock@gmail.com>

The below patch fixes a typo.
 
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/net/wireless/ipw2x00/libipw_tx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ipw2x00/libipw_tx.c b/drivers/net/wireless/ipw2x00/libipw_tx.c
index 01c88a7..e8c0398 100644
--- a/drivers/net/wireless/ipw2x00/libipw_tx.c
+++ b/drivers/net/wireless/ipw2x00/libipw_tx.c
@@ -395,7 +395,7 @@ netdev_tx_t libipw_xmit(struct sk_buff *skb, struct net_device *dev)
 		    (CFG_LIBIPW_COMPUTE_FCS | CFG_LIBIPW_RESERVE_FCS))
 			bytes_per_frag -= LIBIPW_FCS_LEN;
 
-		/* Each fragment may need to have room for encryptiong
+		/* Each fragment may need to have room for encryption
 		 * pre/postfix */
 		if (host_encrypt)
 			bytes_per_frag -= crypt->ops->extra_mpdu_prefix_len +
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-07 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox