[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <94F2FBAB4432B54E8AACC7DFDE6C92E37E6183BD@ORSMSX110.amr.corp.intel.com>
Date: Tue, 7 Nov 2017 15:09:55 +0000
From: "Moore, Robert" <robert.moore@...el.com>
To: Baoquan He <bhe@...hat.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>
CC: "rjw@...ysocki.net" <rjw@...ysocki.net>,
"lenb@...nel.org" <lenb@...nel.org>,
"Schmauss, Erik" <erik.schmauss@...el.com>
Subject: RE: [PATCH] ACPICA: Clean up whitespace of indentation
Anything like this probably happens during the conversion of ACPICA code to Linux-style code. This conversion happens after every release (monthly) of ACPICA.
Specifically indent/lindent seems to do things like this, if I remember correctly.
> -----Original Message-----
> From: Baoquan He [mailto:bhe@...hat.com]
> Sent: Tuesday, November 7, 2017 2:43 AM
> To: linux-kernel@...r.kernel.org; linux-acpi@...r.kernel.org
> Cc: rjw@...ysocki.net; lenb@...nel.org; Moore, Robert
> <robert.moore@...el.com>; Zheng, Lv <lv.zheng@...el.com>
> Subject: Re: [PATCH] ACPICA: Clean up whitespace of indentation
>
> PING!
>
> On 10/28/17 at 09:34am, Baoquan He wrote:
> > Use tabs (not spaces) for indentation.
> >
> > Signed-off-by: Baoquan He <bhe@...hat.com>
> > ---
> > include/acpi/actbl1.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index
> > 6b8714a428b6..d8a4fc066abe 100644
> > --- a/include/acpi/actbl1.h
> > +++ b/include/acpi/actbl1.h
> > @@ -1438,9 +1438,9 @@ struct acpi_srat_mem_affinity {
> > u16 reserved; /* Reserved, must be zero */
> > u64 base_address;
> > u64 length;
> > - u32 reserved1;
> > + u32 reserved1;
> > u32 flags;
> > - u64 reserved2; /* Reserved, must be zero */
> > + u64 reserved2; /* Reserved, must be zero */
> > };
> >
> > /* Flags */
> > --
> > 2.5.5
> >
Powered by blists - more mailing lists