staging: iio: ad9834: Remove excess blank line
Remove excess blank line after variable declarations. Improves code consistency and readability. Change suggested by checkpatch.pl: CHECK: Please don't use multiple blank lines Signed-off-by: Calvin Glisson <taragaram@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
781cb90b05
commit
f70fd25a59
|
@ -397,7 +397,6 @@ static int ad9834_probe(struct spi_device *spi)
|
|||
struct regulator *reg;
|
||||
int ret;
|
||||
|
||||
|
||||
reg = devm_regulator_get(&spi->dev, "avdd");
|
||||
if (IS_ERR(reg))
|
||||
return PTR_ERR(reg);
|
||||
|
|
Loading…
Reference in New Issue