Skip to content

Commit

Permalink
ipw2x00: comment typo fix encryptiong to encryption
Browse files Browse the repository at this point in the history
The below patch fixes a typo.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Sep 15, 2011
1 parent ea70ef3 commit f1ee39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ipw2x00/libipw_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 +
Expand Down

0 comments on commit f1ee39f

Please sign in to comment.