]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iio: gyro: clean up indentation issue
authorColin Ian King <colin.king@canonical.com>
Wed, 25 Sep 2019 12:32:53 +0000 (13:32 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 7 Oct 2019 20:31:22 +0000 (21:31 +0100)
There is a return statement that is indented incorrectly, add in
the missing tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/itg3200_core.c

index 998fb8d66fe3e05093c02a652d8c0c759b1a32e5..981ae22915058dfb03bb5c5148284f0eb97c928b 100644 (file)
@@ -154,7 +154,7 @@ static int itg3200_write_raw(struct iio_dev *indio_dev,
                                          t);
 
                mutex_unlock(&indio_dev->mlock);
-       return ret;
+               return ret;
 
        default:
                return -EINVAL;