carl9170: fix typos
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>
This commit is contained in:
committed by
John W. Linville
parent
a2d9bc6fdc
commit
8e7ce89301
@@ -48,7 +48,7 @@
|
|||||||
#include <linux/usb.h>
|
#include <linux/usb.h>
|
||||||
#ifdef CONFIG_CARL9170_LEDS
|
#ifdef CONFIG_CARL9170_LEDS
|
||||||
#include <linux/leds.h>
|
#include <linux/leds.h>
|
||||||
#endif /* CONFIG_CARL170_LEDS */
|
#endif /* CONFIG_CARL9170_LEDS */
|
||||||
#ifdef CONFIG_CARL9170_WPC
|
#ifdef CONFIG_CARL9170_WPC
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#endif /* CONFIG_CARL9170_WPC */
|
#endif /* CONFIG_CARL9170_WPC */
|
||||||
|
@@ -1828,7 +1828,7 @@ int carl9170_register(struct ar9170 *ar)
|
|||||||
err = carl9170_led_register(ar);
|
err = carl9170_led_register(ar);
|
||||||
if (err)
|
if (err)
|
||||||
goto err_unreg;
|
goto err_unreg;
|
||||||
#endif /* CONFIG_CAR9L170_LEDS */
|
#endif /* CONFIG_CARL9170_LEDS */
|
||||||
|
|
||||||
#ifdef CONFIG_CARL9170_WPC
|
#ifdef CONFIG_CARL9170_WPC
|
||||||
err = carl9170_register_wps_button(ar);
|
err = carl9170_register_wps_button(ar);
|
||||||
|
Reference in New Issue
Block a user