Re: [PATCH v3 03/12] platform/x86: asus-wmi: switch to use <linux/units.h> helpers

From: Andy Shevchenko
Date: Fri Dec 13 2019 - 04:06:13 EST


On Fri, Dec 13, 2019 at 6:06 AM Akinobu Mita <akinobu.mita@xxxxxxxxx> wrote:
> 2019å12æ12æ(æ) 0:32 Andy Shevchenko <andy.shevchenko@xxxxxxxxx>:
> > On Wed, Dec 11, 2019 at 4:39 PM Akinobu Mita <akinobu.mita@xxxxxxxxx> wrote:

> > > + return sprintf(buf, "%ld\n",
> >
> > %d -> %ld must be explained in the commit message (e.g. "due to
> > function returned type).
>
> OK.
>
> > > + deci_kelvin_to_millicelsius(value & 0xFFFF));
> >
> > I prefer to have this in one line.
>
> It causes line over 80 characters.
> We had the same conversation in v1 :)

And I really don't care about this.

--
With Best Regards,
Andy Shevchenko