summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-02-13 20:10:52 +0300
committerJohn W. Linville <linville@tuxdriver.com>2010-02-16 00:12:53 +0300
commit063b2dfffc896fc5ac6943248c940619b94f09c2 (patch)
tree691e48cafbfe6142bcbbd5a767e55a5159aaee8d
parent2bf9fa6980a5ca12333634e48c8dd69024b88eba (diff)
downloadlinux-063b2dfffc896fc5ac6943248c940619b94f09c2.tar.xz
b43legacy: fix typo in ifdef comment
Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stefano Brivio <stefano.brivio@polimi.it> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/b43legacy/leds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/leds.h b/drivers/net/wireless/b43legacy/leds.h
index 82167a90088f..9ff6750dc57f 100644
--- a/drivers/net/wireless/b43legacy/leds.h
+++ b/drivers/net/wireless/b43legacy/leds.h
@@ -45,7 +45,7 @@ enum b43legacy_led_behaviour {
void b43legacy_leds_init(struct b43legacy_wldev *dev);
void b43legacy_leds_exit(struct b43legacy_wldev *dev);
-#else /* CONFIG_B43EGACY_LEDS */
+#else /* CONFIG_B43LEGACY_LEDS */
/* LED support disabled */
struct b43legacy_led {