From: Sergey Vlasov <vsu@altlinux.ru>
To: linux-ide@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Sergey Vlasov <vsu@altlinux.ru>
Subject: [PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide message
Date: Sun, 29 Oct 2006 21:21:32 +0300 [thread overview]
Message-ID: <11621460922750-git-send-email-vsu@altlinux.ru> (raw)
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
---
drivers/ide/pci/generic.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c
index e9a8881..e0d4904 100644
--- a/drivers/ide/pci/generic.c
+++ b/drivers/ide/pci/generic.c
@@ -49,7 +49,7 @@ static int ide_generic_all; /* Set to c
static int __init ide_generic_all_on(char *unused)
{
ide_generic_all = 1;
- printk(KERN_INFO "IDE generic will claim all unknown PCI IDE storage controllers.");
+ printk(KERN_INFO "IDE generic will claim all unknown PCI IDE storage controllers.\n");
return 1;
}
__setup("all-generic-ide", ide_generic_all_on);
--
1.4.3.3.gd9638
reply other threads:[~2006-10-29 18:21 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=11621460922750-git-send-email-vsu@altlinux.ru \
--to=vsu@altlinux.ru \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=bunk@stusta.de \
--cc=linux-ide@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).