Skip to content
Snippets Groups Projects
Commit f70fd25a authored by Calvin Glisson's avatar Calvin Glisson Committed by Jonathan Cameron
Browse files

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: default avatarCalvin Glisson <taragaram@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 781cb90b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment