Re: [RESEND PATCH 3/6] acpi: Remove the leading spaces of "finish_override" label in acpi_tb_table_override().

From: Rafael J. Wysocki
Date: Fri Mar 08 2013 - 07:45:23 EST


On Friday, March 08, 2013 04:43:00 PM Tang Chen wrote:
> On 03/08/2013 04:28 PM, Zheng, Lv wrote:
> > Please do not try to fix ACPICA indentation problems in Linux side.
> > This will introduce source code divergences between ACPICA and Linux, which will add difficulties to ACPICA release work.
> > Please find real issues in ACPICA release scripts at:
> >
> > https://github.com/acpica/acpica/tree/master/generate/linux
>
> Hi Lv,
>
> Thanks for telling me this. :)
>
> One more thing, if I want to fix something in acpica, such as this patch
> set,
> who and which mail list should I send patches to ?

Please post them to linux-acpi@xxxxxxxxxxxxxxx with CCs to me and Bob Moore.

Thanks,
Rafael


> >> -----Original Message-----
> >> From: Tang Chen [mailto:tangchen@xxxxxxxxxxxxxx]
> >> Sent: Thursday, March 07, 2013 6:38 PM
> >> To: lenb@xxxxxxxxxx; rjw@xxxxxxx; Moore, Robert; Zheng, Lv;
> >> ming.m.lin@xxxxxxxxx; mpm@xxxxxxxxxxx; herbert@xxxxxxxxxxxxxxxxxxx;
> >> rob@xxxxxxxxxxx
> >> Cc: linux-acpi@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> >> linux-doc@xxxxxxxxxxxxxxx; trivial@xxxxxxxxxx
> >> Subject: [RESEND PATCH 3/6] acpi: Remove the leading spaces of
> >> "finish_override" label in acpi_tb_table_override().
> >>
> >> There is 7 leading spaces in front of "finish_override" label in
> >> acpi_tb_table_override(). Remove them.
> >>
> >> Signed-off-by: Tang Chen<tangchen@xxxxxxxxxxxxxx>
> >> ---
> >> drivers/acpi/acpica/tbinstal.c | 2 +-
> >> 1 files changed, 1 insertions(+), 1 deletions(-)
> >>
> >> diff --git a/drivers/acpi/acpica/tbinstal.c b/drivers/acpi/acpica/tbinstal.c index
> >> e57cd38..b1e098d 100644
> >> --- a/drivers/acpi/acpica/tbinstal.c
> >> +++ b/drivers/acpi/acpica/tbinstal.c
> >> @@ -313,7 +313,7 @@ struct acpi_table_header
> >> *acpi_tb_table_override(struct acpi_table_header
> >>
> >> return (NULL); /* There was no override */
> >>
> >> - finish_override:
> >> +finish_override:
> >>
> >> ACPI_INFO((AE_INFO,
> >> "%4.4s %p %s table override, new table: %p",
> >> --
> >> 1.7.1
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> > the body of a message to majordomo@xxxxxxxxxxxxxxx
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/