]> Pileus Git - ~andy/linux/blobdiff - drivers/leds/leds-pwm.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[~andy/linux] / drivers / leds / leds-pwm.c
index e51ff7a3cd8856ee46c9dd2054316fc8ce8548b9..2157524f277c2d7818713f1774726c27069d60b6 100644 (file)
@@ -26,7 +26,7 @@
 struct led_pwm_data {
        struct led_classdev     cdev;
        struct pwm_device       *pwm;
-       unsigned int            active_low;
+       unsigned int            active_low;
        unsigned int            period;
 };