From: Huang Ying <ying.huang@intel.com>
To: Jiang Liu <liuj97@gmail.com>
Cc: Len Brown <lenb@kernel.org>, Tony Luck <tony.luck@intel.com>,
Chen Gong <gong.chen@linux.intel.com>,
Jiang Liu <jiang.liu@huawei.com>,
linux-acpi@vger.kernel.org
Subject: Re: [PATCH v3 2/2] Fix a copy & paste error in erst.c.
Date: Fri, 17 Feb 2012 13:28:27 +0800 [thread overview]
Message-ID: <1329456507.6449.54.camel@yhuang-dev> (raw)
In-Reply-To: <1329235305-780-2-git-send-email-jiang.liu@huawei.com>
On Wed, 2012-02-15 at 00:01 +0800, Jiang Liu wrote:
> Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Acked-by: Huang Ying <ying.huang@intel.com>
> ---
> drivers/acpi/apei/erst.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/acpi/apei/erst.c b/drivers/acpi/apei/erst.c
> index eb9fab5..e4d9d24 100644
> --- a/drivers/acpi/apei/erst.c
> +++ b/drivers/acpi/apei/erst.c
> @@ -917,7 +917,7 @@ static int erst_check_table(struct acpi_table_erst *erst_tab)
> {
> if ((erst_tab->header_length !=
> (sizeof(struct acpi_table_erst) - sizeof(erst_tab->header)))
> - && (erst_tab->header_length != sizeof(struct acpi_table_einj)))
> + && (erst_tab->header_length != sizeof(struct acpi_table_erst)))
> return -EINVAL;
> if (erst_tab->header.length < sizeof(struct acpi_table_erst))
> return -EINVAL;
prev parent reply other threads:[~2012-02-17 5:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-14 16:01 [PATCH v3 1/2] CPER failed to handle generic error records with multiple sections Jiang Liu
2012-02-14 16:01 ` [PATCH v3 2/2] Fix a copy & paste error in erst.c Jiang Liu
2012-02-17 5:28 ` Huang Ying [this message]
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=1329456507.6449.54.camel@yhuang-dev \
--to=ying.huang@intel.com \
--cc=gong.chen@linux.intel.com \
--cc=jiang.liu@huawei.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=liuj97@gmail.com \
--cc=tony.luck@intel.com \
/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