From: Rene Herman <rene.herman@keyaccess.nl>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [TRIVIAL] missing closing \n in printk
Date: Sat, 01 May 2004 20:36:32 +0200 [thread overview]
Message-ID: <4093EE30.5030009@keyaccess.nl> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: linux-2.6.6-rc3-mm1_smbios-printk-typo.diff --]
[-- Type: text/plain, Size: 506 bytes --]
--- linux-2.6.6-rc3-mm1/drivers/firmware/smbios.c.orig 2004-05-01 20:16:03.000000000 +0200
+++ linux-2.6.6-rc3-mm1/drivers/firmware/smbios.c 2004-05-01 20:17:02.000000000 +0200
@@ -126,7 +126,7 @@
if(keep_going != 0)
printk(KERN_INFO "Warning: SMBIOS table does not end with a"
" structure type 127. This may indicate a"
- " truncated table.");
+ " truncated table.\n");
if(sdev->smbios_table_real_length != max_length)
printk(KERN_INFO "Warning: BIOS specified SMBIOS table length"
reply other threads:[~2004-05-01 18:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4093EE30.5030009@keyaccess.nl \
--to=rene.herman@keyaccess.nl \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.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