From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: "Keir (Xen.org)" <keir@xen.org>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [PATCH] ACPI/ERST: Name ERST table in otherwise opaque error messages
Date: Wed, 20 Mar 2013 11:29:04 +0000 [thread overview]
Message-ID: <51499D80.5070401@citrix.com> (raw)
In-Reply-To: <514982C602000078000C70AB@nat28.tlf.novell.com>
On 20/03/13 08:35, Jan Beulich wrote:
>>>> On 19.03.13 at 23:55, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>>
>> diff -r a6b81234b189 -r 7fdef201c0b4 xen/drivers/acpi/apei/erst.c
>> --- a/xen/drivers/acpi/apei/erst.c
>> +++ b/xen/drivers/acpi/apei/erst.c
>> @@ -781,11 +781,11 @@ int __init erst_init(void)
>> status = acpi_get_table(ACPI_SIG_ERST, 0,
>> (struct acpi_table_header **)&erst_tab);
>> if (status == AE_NOT_FOUND) {
>> - printk(KERN_ERR "Table is not found!\n");
>> + printk(KERN_ERR "ERST table is not found!\n");
>> return -ENODEV;
>> } else if (ACPI_FAILURE(status)) {
>> const char *msg = acpi_format_exception(status);
>> - printk(KERN_ERR "Failed to get table, %s\n", msg);
>> + printk(KERN_ERR "Failed to get ESRT table, %s\n", msg);
> I'll fix the spelling, and once at it also lower the severities (these
> really aren't errors - the former is informational, while the latter
> is no more than a warning imo).
>
> Jan
Thanks - I realised the spelling error after I left last night and was
going to submit a correction if you hadn't beaten me to it.
~Andrew
prev parent reply other threads:[~2013-03-20 11:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 22:55 [PATCH] ACPI/ERST: Name ERST table in otherwise opaque error messages Andrew Cooper
2013-03-20 8:35 ` Jan Beulich
2013-03-20 11:29 ` Andrew Cooper [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=51499D80.5070401@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=JBeulich@suse.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.