Re: [PATCH 2/2] iio: light: veml3328: remove extra blank line
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260726201628.11fb4375@jic23-huawei> |
On Fri, 24 Jul 2026 00:07:09 +0200 Joshua Crofts <[email protected]> wrote: > Remove an extra blank line in the iio_chan_spec[] assignment. > > No functional change. I don't mind this at one end of a series doing something more substantial but patch 1 is going away anyway and this on it's own is too much churn / noise. Jonathan > > Signed-off-by: Joshua Crofts <[email protected]> > --- > drivers/iio/light/veml3328.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/light/veml3328.c b/drivers/iio/light/veml3328.c > index a65748466116..7884c8250590 100644 > --- a/drivers/iio/light/veml3328.c > +++ b/drivers/iio/light/veml3328.c > @@ -70,7 +70,6 @@ static const struct regmap_config veml3328_regmap_config = { > static const struct iio_chan_spec veml3328_channels[] = { > { > .type = IIO_LIGHT, > - > .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), > .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), > .info_mask_shared_by_type_available = BIT(IIO_CHAN_INFO_SCALE), >