linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide message
@ 2006-10-29 18:21 Sergey Vlasov
  0 siblings, 0 replies; only message in thread
From: Sergey Vlasov @ 2006-10-29 18:21 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel, Adrian Bunk, Alan Cox, Sergey Vlasov

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-29 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-29 18:21 [PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide message Sergey Vlasov

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).