Commit 4dbc54c5 authored by Colin Ian King's avatar Colin Ian King Committed by Jonathan Cameron

iio: gyro: clean up indentation issue

There is a return statement that is indented incorrectly, add in
the missing tab.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 76510ec6
...@@ -154,7 +154,7 @@ static int itg3200_write_raw(struct iio_dev *indio_dev, ...@@ -154,7 +154,7 @@ static int itg3200_write_raw(struct iio_dev *indio_dev,
t); t);
mutex_unlock(&indio_dev->mlock); mutex_unlock(&indio_dev->mlock);
return ret; return ret;
default: default:
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment