Re: [PATCH] hwmon: (aquacomputer_d5next) Add support for Aquacomputer Farbwerk

From: Guenter Roeck
Date: Sat Apr 23 2022 - 12:34:34 EST


On Sat, Apr 23, 2022 at 06:23:46PM +0200, Aleksa Savic wrote:
[ ... ]
> > > + case USB_PRODUCT_ID_FARBWERK:
> > > + priv->kind = farbwerk;
> > > +
> >
> >
> > Any special reason for this empty line ? It seems kind of random.
> >
> > Guenter
> >
>
> That's how code in other cases of that switch is formatted (not visible
> from this patch directly), setting priv->kind and then the appropriate
> labels.
>
Ah, ok. Looks odd here, but makes sense.

Thanks,
Guenter