Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath5k: correct misspelling in debug help

Change "mamagement" to "management"

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Bob Copeland and committed by
John W. Linville
85519a65 48735d8d

+1 -1
+1 -1
drivers/net/wireless/ath5k/debug.c
··· 339 339 { ATH5K_DEBUG_BEACON, "beacon", "beacon handling" }, 340 340 { ATH5K_DEBUG_CALIBRATE, "calib", "periodic calibration" }, 341 341 { ATH5K_DEBUG_TXPOWER, "txpower", "transmit power setting" }, 342 - { ATH5K_DEBUG_LED, "led", "LED mamagement" }, 342 + { ATH5K_DEBUG_LED, "led", "LED management" }, 343 343 { ATH5K_DEBUG_DUMP_RX, "dumprx", "print received skb content" }, 344 344 { ATH5K_DEBUG_DUMP_TX, "dumptx", "print transmit skb content" }, 345 345 { ATH5K_DEBUG_DUMPBANDS, "dumpbands", "dump bands" },