Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: max77802-regulator: fix indentation in if statement

There are several lines in an if statement that are not indented
correctly. Fix these by removing the tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Colin Ian King and committed by
Mark Brown
c79fba83 7932a880

+3 -3
+3 -3
drivers/regulator/max77802-regulator.c
··· 248 248 unsigned int ramp_value; 249 249 250 250 if (id > MAX77802_BUCK4) { 251 - dev_warn(&rdev->dev, 252 - "%s: regulator: ramp delay not supported\n", 253 - rdev->desc->name); 251 + dev_warn(&rdev->dev, 252 + "%s: regulator: ramp delay not supported\n", 253 + rdev->desc->name); 254 254 return -EINVAL; 255 255 } 256 256 ramp_value = max77802_find_ramp_value(rdev, ramp_table_77802_2bit,