[<prev] [next>] [day] [month] [year] [list]
Message-Id: <11621460922750-git-send-email-vsu@altlinux.ru>
Date: Sun, 29 Oct 2006 21:21:32 +0300
From: Sergey Vlasov <vsu@...linux.ru>
To: linux-ide@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Adrian Bunk <bunk@...sta.de>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Sergey Vlasov <vsu@...linux.ru>
Subject: [PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide message
Signed-off-by: Sergey Vlasov <vsu@...linux.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists