From: Justin P. Mattock Date: Wed, 6 Jul 2011 04:51:36 +0000 (-0700) Subject: ipw2x00: comment typo fix encryptiong to encryption X-Git-Tag: v3.2-rc1~185^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1ee39ff69bfe7f15398c6b13fdf496134c05c75;p=profile%2Fivi%2Fkernel-x86-ivi.git ipw2x00: comment typo fix encryptiong to encryption The below patch fixes a typo. Signed-off-by: Justin P. Mattock Signed-off-by: Jiri Kosina --- 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 +