Commit be35cc46 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

regulator: fix indentation issue

There is a return statement that is indented with an extra
space, fix this by removing it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200920142454.33352-1-colin.king@canonical.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4c9db393
......@@ -3065,7 +3065,7 @@ int regulator_get_hardware_vsel_register(struct regulator *regulator,
*vsel_reg = rdev->desc->vsel_reg;
*vsel_mask = rdev->desc->vsel_mask;
return 0;
return 0;
}
EXPORT_SYMBOL_GPL(regulator_get_hardware_vsel_register);
......
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