Merge tag 'iio-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[sfrench/cifs-2.6.git] / drivers / staging / iio / trigger / iio-trig-bfin-timer.c
index 8667334f3f4103bf94678a59f807a19924dd5b6c..38dca69a06eb47462458dbc3dfd8b448c10f5349 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)