From: Hauke Mehrtens Date: Sat, 13 Feb 2010 17:10:52 +0000 (+0100) Subject: b43legacy: fix typo in ifdef comment X-Git-Tag: v2.6.34-rc1~233^2~88^2~53 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=063b2dfffc896fc5ac6943248c940619b94f09c2;p=~emulex%2Finfiniband.git b43legacy: fix typo in ifdef comment Cc: Larry Finger Cc: Stefano Brivio Signed-off-by: Hauke Mehrtens Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/b43legacy/leds.h b/drivers/net/wireless/b43legacy/leds.h index 82167a90088..9ff6750dc57 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 {