Re: [PATCH 1/3] platform/x86: dell-smbios: Correct some style warnings
From: Andy Shevchenko
Date: Tue Feb 27 2018 - 11:04:25 EST
On Tue, Feb 27, 2018 at 5:56 PM, Mario Limonciello
<mario.limonciello@xxxxxxxx> wrote:
> /* 4 bytes of table header, plus 7 bytes of Dell header, plus at least
> - 6 bytes of entry */
> + * 6 bytes of entry
> + */
I would prefer not to mix with net style, since you are fixing this, perhaps
/*
* 4 ...
* 6 ...
*/
?
--
With Best Regards,
Andy Shevchenko