All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] b43legacy: fix typo in ifdef comment
@ 2010-02-13 17:10 Hauke Mehrtens
  2010-02-13 17:10 ` [PATCH 2/3] rtl8187: " Hauke Mehrtens
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hauke Mehrtens @ 2010-02-13 17:10 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Hauke Mehrtens, Larry Finger, Stefano Brivio


Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 drivers/net/wireless/b43legacy/leds.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/b43legacy/leds.h b/drivers/net/wireless/b43legacy/leds.h
index 82167a9..9ff6750 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 {
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-13 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-13 17:10 [PATCH 1/3] b43legacy: fix typo in ifdef comment Hauke Mehrtens
2010-02-13 17:10 ` [PATCH 2/3] rtl8187: " Hauke Mehrtens
2010-02-13 18:02   ` Larry Finger
2010-02-13 21:34     ` Hin-Tak Leung
2010-02-13 17:10 ` [PATCH 3/3] ssb: " Hauke Mehrtens
2010-02-13 18:01 ` [PATCH 1/3] b43legacy: " Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.