These two lines are indented an extra tab. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> --- drivers/regulator/mp8859.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/mp8859.c b/drivers/regulator/mp8859.c index e804a5267301..1d26b506ee5b 100644 --- a/drivers/regulator/mp8859.c +++ b/drivers/regulator/mp8859.c @@ -123,8 +123,8 @@ static int mp8859_i2c_probe(struct i2c_client *i2c) ret = PTR_ERR(rdev); dev_err(&i2c->dev, "failed to register %s: %d\n", mp8859_regulators[0].name, ret); - return ret; - } + return ret; + } return 0; } -- 2.11.0