Skip to content

Commit

Permalink
iio: gyro: clean up indentation issue
Browse files Browse the repository at this point in the history
There is a return statement that is indented incorrectly, add in
the missing tab.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
Colin Ian King authored and jic23 committed Oct 7, 2019
1 parent 76510ec commit 4dbc54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/gyro/itg3200_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4dbc54c

Please sign in to comment.