On Wed, 5 Aug 2020 15:23:00 -0700 Calvin Glisson <taragaram@xxxxxxxxx> wrote: > 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@xxxxxxxxx> Applied > --- > drivers/staging/iio/frequency/ad9834.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/iio/frequency/ad9834.c b/drivers/staging/iio/frequency/ad9834.c > index 77f77a2b2e05..262c3590e64e 100644 > --- a/drivers/staging/iio/frequency/ad9834.c > +++ b/drivers/staging/iio/frequency/ad9834.c > @@ -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);