From: Eva Rachel Retuya Date: Thu, 18 Feb 2016 10:59:38 +0000 (+0800) Subject: staging: iio: resolver: remove unnecessary blank line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c7e426d1c521922689cb00e4665674c128de8e37;p=deliverable%2Flinux.git staging: iio: resolver: remove unnecessary blank line Delete the excess newline. Issue found by checkpatch. CHECK: Please don't use multiple blank lines Signed-off-by: Eva Rachel Retuya Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/resolver/ad2s1210.c b/drivers/staging/iio/resolver/ad2s1210.c index 03395d438b5a..477df95af859 100644 --- a/drivers/staging/iio/resolver/ad2s1210.c +++ b/drivers/staging/iio/resolver/ad2s1210.c @@ -564,7 +564,6 @@ static IIO_DEVICE_ATTR(lot_low_thrd, S_IRUGO | S_IWUSR, ad2s1210_show_reg, ad2s1210_store_reg, AD2S1210_REG_LOT_LOW_THRD); - static const struct iio_chan_spec ad2s1210_channels[] = { { .type = IIO_ANGL,