]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
carl9170: fix typos
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 23 Oct 2010 17:51:32 +0000 (19:51 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:24:36 +0000 (13:24 -0500)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/carl9170/carl9170.h
drivers/net/wireless/ath/carl9170/main.c

index 6cf0c9ef47aa4e7ae005abc034edca2fb40d30e6..b69d31972c773819da71afdff810e49375385164 100644 (file)
@@ -48,7 +48,7 @@
 #include <linux/usb.h>
 #ifdef CONFIG_CARL9170_LEDS
 #include <linux/leds.h>
-#endif /* CONFIG_CARL170_LEDS */
+#endif /* CONFIG_CARL9170_LEDS */
 #ifdef CONFIG_CARL9170_WPC
 #include <linux/input.h>
 #endif /* CONFIG_CARL9170_WPC */
index 980ae70ea424f6dc50a93734446536588bea9734..d521bc2b0496b37fa30c34cba2f26609d6a4fb5e 100644 (file)
@@ -1828,7 +1828,7 @@ int carl9170_register(struct ar9170 *ar)
        err = carl9170_led_register(ar);
        if (err)
                goto err_unreg;
-#endif /* CONFIG_CAR9L170_LEDS */
+#endif /* CONFIG_CARL9170_LEDS */
 
 #ifdef CONFIG_CARL9170_WPC
        err = carl9170_register_wps_button(ar);