> -----Original Message----- > From: platform-driver-x86-owner@xxxxxxxxxxxxxxx [mailto:platform-driver-x86- > owner@xxxxxxxxxxxxxxx] On Behalf Of Andy Shevchenko > Sent: Tuesday, February 27, 2018 10:04 AM > To: Limonciello, Mario <Mario_Limonciello@xxxxxxxx> > Cc: Darren Hart <dvhart@xxxxxxxxxxxxx>; Pali Rohár <pali.rohar@xxxxxxxxx>; > LKML <linux-kernel@xxxxxxxxxxxxxxx>; Platform Driver <platform-driver- > x86@xxxxxxxxxxxxxxx> > 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.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 ... > */ > > ? > Thanks, will adjust again when I resubmit with changes for 3/3.