From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Tang Chen <tangchen@cn.fujitsu.com>
Cc: "Zheng, Lv" <lv.zheng@intel.com>,
"lenb@kernel.org" <lenb@kernel.org>,
"Moore, Robert" <robert.moore@intel.com>,
"ming.m.lin@intel.com" <ming.m.lin@intel.com>,
"mpm@selenic.com" <mpm@selenic.com>,
"herbert@gondor.apana.org.au" <herbert@gondor.apana.org.au>,
"rob@landley.net" <rob@landley.net>,
"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
"trivial@kernel.org" <trivial@kernel.org>
Subject: Re: [RESEND PATCH 3/6] acpi: Remove the leading spaces of "finish_override" label in acpi_tb_table_override().
Date: Fri, 08 Mar 2013 13:52:06 +0100 [thread overview]
Message-ID: <2886355.xlsA0q5tTx@vostro.rjw.lan> (raw)
In-Reply-To: <5139A494.2050500@cn.fujitsu.com>
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@vger.kernel.org with CCs to me and Bob Moore.
Thanks,
Rafael
> >> -----Original Message-----
> >> From: Tang Chen [mailto:tangchen@cn.fujitsu.com]
> >> Sent: Thursday, March 07, 2013 6:38 PM
> >> To: lenb@kernel.org; rjw@sisk.pl; Moore, Robert; Zheng, Lv;
> >> ming.m.lin@intel.com; mpm@selenic.com; herbert@gondor.apana.org.au;
> >> rob@landley.net
> >> Cc: linux-acpi@vger.kernel.org; linux-kernel@vger.kernel.org;
> >> linux-doc@vger.kernel.org; trivial@kernel.org
> >> 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@cn.fujitsu.com>
> >> ---
> >> 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@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
next prev parent reply other threads:[~2013-03-08 12:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-07 10:38 [RESEND PATCH 0/6] Fix some coding style and comment problems Tang Chen
2013-03-07 10:38 ` [RESEND PATCH 1/6] acpi: Remove the leading space of "unlock" label in acpi_memory_device_notify() Tang Chen
2013-03-07 10:38 ` [RESEND PATCH 2/6] acpi: Add missing parameter comment for acpi_get_table_with_size() Tang Chen
2013-03-07 10:38 ` [RESEND PATCH 3/6] acpi: Remove the leading spaces of "finish_override" label in acpi_tb_table_override() Tang Chen
2013-03-08 8:28 ` Zheng, Lv
2013-03-08 8:43 ` Tang Chen
2013-03-08 12:52 ` Rafael J. Wysocki [this message]
2013-03-08 15:09 ` Zheng, Lv
2013-03-07 10:38 ` [RESEND PATCH 4/6] acpi: Remove the leading spaces of "unmap_and_exit" label in acpi_tb_install_table() Tang Chen
2013-03-07 10:38 ` [RESEND PATCH 5/6] acpi: Add the missing parameter comment for acpi_initialize_tables() Tang Chen
2013-03-07 10:38 ` [RESEND PATCH 6/6] doc: Fix a wrong comment in Documentation/hw_random.txt Tang Chen
2013-03-10 10:17 ` Herbert Xu
-- strict thread matches above, loose matches on Subject: below --
2013-03-06 8:30 [RESEND PATCH 0/6] Fix some coding style and comment problems Tang Chen
2013-03-06 8:30 ` [RESEND PATCH 3/6] acpi: Remove the leading spaces of "finish_override" label in acpi_tb_table_override() Tang Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2886355.xlsA0q5tTx@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=herbert@gondor.apana.org.au \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=ming.m.lin@intel.com \
--cc=mpm@selenic.com \
--cc=rob@landley.net \
--cc=robert.moore@intel.com \
--cc=tangchen@cn.fujitsu.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox