Skip to content

Commit

Permalink
rtl8187: fix typo in ifdef comment
Browse files Browse the repository at this point in the history
Cc: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Feb 15, 2010
1 parent 063b2df commit 634c8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtl818x/rtl8187_leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,5 @@ void rtl8187_leds_exit(struct ieee80211_hw *dev)
cancel_delayed_work_sync(&priv->led_off);
cancel_delayed_work_sync(&priv->led_on);
}
#endif /* def CONFIG_RTL8187_LED */
#endif /* def CONFIG_RTL8187_LEDS */

2 changes: 1 addition & 1 deletion drivers/net/wireless/rtl818x/rtl8187_leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ struct rtl8187_led {
void rtl8187_leds_init(struct ieee80211_hw *dev, u16 code);
void rtl8187_leds_exit(struct ieee80211_hw *dev);

#endif /* def CONFIG_RTL8187_LED */
#endif /* def CONFIG_RTL8187_LEDS */

#endif /* RTL8187_LED_H */

0 comments on commit 634c8d2

Please sign in to comment.