summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k/dma.c
diff options
context:
space:
mode:
authorColy Li2009-01-08 03:09:16 +0100
committerLinus Torvalds2009-01-08 17:31:15 +0100
commit73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a (patch)
tree7f187cade83d9ca9bd180273c25e1216a1dff506 /drivers/net/wireless/ath5k/dma.c
parentMake various things static (diff)
downloadkernel-qcow2-linux-73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a.tar.gz
kernel-qcow2-linux-73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a.tar.xz
kernel-qcow2-linux-73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a.zip
fix similar typos to successfull
When I review ocfs2 code, find there are 2 typos to "successfull". After doing grep "successfull " in kernel tree, 22 typos found totally -- great minds always think alike :) This patch fixes all the similar typos. Thanks for Randy's ack and comments. Signed-off-by: Coly Li <coyli@suse.de> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Roland Dreier <rolandd@cisco.com> Cc: Jeremy Kerr <jk@ozlabs.org> Cc: Jeff Garzik <jeff@garzik.org> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: Theodore Ts'o <tytso@mit.edu> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Vlad Yasevich <vladislav.yasevich@hp.com> Cc: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/wireless/ath5k/dma.c')
-rw-r--r--drivers/net/wireless/ath5k/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath5k/dma.c b/drivers/net/wireless/ath5k/dma.c
index 7e2b1a67e5da..b65b4feb2d28 100644
--- a/drivers/net/wireless/ath5k/dma.c
+++ b/drivers/net/wireless/ath5k/dma.c
@@ -594,7 +594,7 @@ int ath5k_hw_get_isr(struct ath5k_hw *ah, enum ath5k_int *interrupt_mask)
* XXX: BMISS interrupts may occur after association.
* I found this on 5210 code but it needs testing. If this is
* true we should disable them before assoc and re-enable them
- * after a successfull assoc + some jiffies.
+ * after a successful assoc + some jiffies.
interrupt_mask &= ~AR5K_INT_BMISS;
*/
}