iio: imu: inv_mpu6050: Fix code indent for if statement
authorDaniel Baluta <daniel.baluta@intel.com>
Thu, 18 Feb 2016 15:53:11 +0000 (17:53 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 24 Feb 2016 20:40:44 +0000 (20:40 +0000)
commit371a76603c7e13c4b05755fb99618fa29a11e044
tree1c5b38a70390e51e6922380e44d0822334a4de83
parentaeeb18fcf661ca88aee901f10bc37da347eef70c
iio: imu: inv_mpu6050: Fix code indent for if statement

This fixes the following checkpatch.pl warning:

WARNING: suspect code indent for conditional statements (8, 24)
+       if (kfifo_len(&st->timestamps) >
[...]
+                       goto flush_fifo;

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
This page took 0.024147 seconds and 5 git commands to generate.