Merge tag 'iio-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[cascardo/linux.git] / drivers / staging / iio / trigger / iio-trig-bfin-timer.c
index 8667334..38dca69 100644 (file)
@@ -55,12 +55,12 @@ static struct bfin_timer iio_bfin_timer_code[MAX_BLACKFIN_GPTIMERS] = {
 };
 
 struct bfin_tmr_state {
-       struct iio_trigger *trig;
-       struct bfin_timer *t;
-       unsigned timer_num;
-       bool output_enable;
-       unsigned int duty;
-       int irq;
+       struct iio_trigger      *trig;
+       struct bfin_timer       *t;
+       unsigned int            timer_num;
+       bool                    output_enable;
+       unsigned int            duty;
+       int                     irq;
 };
 
 static int iio_bfin_tmr_set_state(struct iio_trigger *trig, bool state)