> -----Original Message-----
> From: platform-driver-x86-ow...@vger.kernel.org [mailto:platform-driver-x86-
> ow...@vger.kernel.org] On Behalf Of Andy Shevchenko
> Sent: Tuesday, February 27, 2018 10:04 AM
> To: Limonciello, Mario <mario_limoncie...@dell.com>
> Cc: Darren Hart <dvh...@infradead.org>; Pali Rohár <pali.ro...@gmail.com>;
> LKML <linux-kernel@vger.kernel.org>; Platform Driver <platform-driver-
> x...@vger.kernel.org>
> Subject: Re: [PATCH 1/3] platform/x86: dell-smbios: Correct some style
> warnings
>
> On Tue, Feb 27, 2018 at 5:56 PM, Mario Limonciello
> <mario.limoncie...@dell.com> 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 ...
> */
>
> ?
>
Thanks, will adjust again when I resubmit with changes for 3/3.