From: "Luck, Tony" <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Chen,
Gong" <gong.chen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Subject: [PATCH] efi: Add newline to cper DIMM location messages
Date: Fri, 24 Jan 2014 14:30:38 -0800 [thread overview]
Message-ID: <52e2e98e64494f92@agluck-desk.sc.intel.com> (raw)
We forgot the newline at the end of two messages. Add it.
Signed-off-by: Tony Luck <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
diff --git a/drivers/firmware/efi/cper.c b/drivers/firmware/efi/cper.c
index 1491dd4f08f9..9f59f6ba271a 100644
--- a/drivers/firmware/efi/cper.c
+++ b/drivers/firmware/efi/cper.c
@@ -240,9 +240,9 @@ static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem)
const char *bank = NULL, *device = NULL;
dmi_memdev_name(mem->mem_dev_handle, &bank, &device);
if (bank != NULL && device != NULL)
- printk("%s""DIMM location: %s %s", pfx, bank, device);
+ printk("%s""DIMM location: %s %s\n", pfx, bank, device);
else
- printk("%s""DIMM DMI handle: 0x%.4x",
+ printk("%s""DIMM DMI handle: 0x%.4x\n",
pfx, mem->mem_dev_handle);
}
}
next reply other threads:[~2014-01-24 22:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-24 22:30 Luck, Tony [this message]
[not found] ` <52e2e98e64494f92-E6Nu+q68HHTI/KE9syI0vLvm/XP+8Wra@public.gmane.org>
2014-01-25 9:46 ` [PATCH] efi: Add newline to cper DIMM location messages Matt Fleming
[not found] ` <20140125094653.GE17297-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-01-27 17:35 ` Luck, Tony
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31DB9FA6-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-01-27 17:52 ` Matt Fleming
-- strict thread matches above, loose matches on Subject: below --
2014-01-27 18:43 Luck, Tony
[not found] ` <52e6a8d812916d47b-E6Nu+q68HHTI/KE9syI0vLvm/XP+8Wra@public.gmane.org>
2014-01-27 19:25 ` Linus Torvalds
[not found] ` <CA+55aFwRE6DNoigx0xN7ZTc8dbCqHZdTopfwYOVuK_0vhZe0rw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-27 19:48 ` Luck, Tony
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31DBA1E0-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-01-27 22:09 ` Linus Torvalds
[not found] ` <CA+55aFyHLGaDnTWQRSxtb1dhgoTauEY2x8ztOBWqjLNShh88Tg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-27 22:50 ` Joe Perches
2014-01-28 0:13 ` Linus Torvalds
[not found] ` <CA+55aFxZ03VMp+-YPb0KvH6=9A7=iXHVN=YLhfP9VyVDT9skhg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-28 0:26 ` Luck, Tony
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31DBA6CB-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-01-28 0:44 ` Joe Perches
2014-01-28 5:30 ` Linus Torvalds
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=52e2e98e64494f92@agluck-desk.sc.intel.com \
--to=tony.luck-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=gong.chen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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.