[PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide message

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Sergey Vlasov and committed by Linus Torvalds 2b52c959 f0ec1aaf

+1 -1
+1 -1
drivers/ide/pci/generic.c
··· 48 48 static int __init ide_generic_all_on(char *unused) 49 49 { 50 50 ide_generic_all = 1; 51 - printk(KERN_INFO "IDE generic will claim all unknown PCI IDE storage controllers."); 51 + printk(KERN_INFO "IDE generic will claim all unknown PCI IDE storage controllers.\n"); 52 52 return 1; 53 53 } 54 54 __setup("all-generic-ide", ide_generic_all_on);