projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48735d8
)
ath5k: correct misspelling in debug help
author
Bob Copeland
<me@bobcopeland.com>
Wed, 29 Oct 2008 12:30:53 +0000
(08:30 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 29 Oct 2008 21:54:35 +0000
(17:54 -0400)
Change "mamagement" to "management"
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath5k/debug.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath5k/debug.c
b/drivers/net/wireless/ath5k/debug.c
index 8f92d670f614caddf75ad3a3d1dc221f0870db8d..19980cbd5d5fe6292367733c9423faffe735aaae 100644
(file)
--- a/
drivers/net/wireless/ath5k/debug.c
+++ b/
drivers/net/wireless/ath5k/debug.c
@@
-339,7
+339,7
@@
static struct {
{ ATH5K_DEBUG_BEACON, "beacon", "beacon handling" },
{ ATH5K_DEBUG_CALIBRATE, "calib", "periodic calibration" },
{ ATH5K_DEBUG_TXPOWER, "txpower", "transmit power setting" },
- { ATH5K_DEBUG_LED, "led", "LED ma
m
agement" },
+ { ATH5K_DEBUG_LED, "led", "LED ma
n
agement" },
{ ATH5K_DEBUG_DUMP_RX, "dumprx", "print received skb content" },
{ ATH5K_DEBUG_DUMP_TX, "dumptx", "print transmit skb content" },
{ ATH5K_DEBUG_DUMPBANDS, "dumpbands", "dump bands" },