diff options
author | Bruno Randolf <br1@einfach.org> | 2010-06-16 06:11:25 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-16 14:58:59 -0400 |
commit | beade6363cbb5308ba9918d7547aa574ae08a8bd (patch) | |
tree | 78e3cb7f9128476ab984ce24bdc6b6c7a41e51df /drivers/net/wireless/ath/ath5k/ath5k.h | |
parent | 9e4e43f20f808babd1b4ecd65266748ed1673c1e (diff) |
ath5k: fix some comment typos
Fix comment about dma sizes, brackets were missing. Replace 'insure' with
'ensure'.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index cf16318a0a17..387c120108b5 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -566,7 +566,7 @@ enum ath5k_pkt_type { | |||
566 | ) | 566 | ) |
567 | 567 | ||
568 | /* | 568 | /* |
569 | * DMA size definitions (2^n+2) | 569 | * DMA size definitions (2^(n+2)) |
570 | */ | 570 | */ |
571 | enum ath5k_dmasize { | 571 | enum ath5k_dmasize { |
572 | AR5K_DMASIZE_4B = 0, | 572 | AR5K_DMASIZE_4B = 0, |