linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add missing space to printk in ide_allocate_dma_engine
@ 2005-02-02 20:36 Olaf Hering
  2005-02-02 23:27 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2005-02-02 20:36 UTC (permalink / raw)
  To: linux-ide


a space is missing.


diff -p -purN linux-2.6.11-rc2.orig/drivers/ide/ide-dma.c linux-2.6.11-rc2/drivers/ide/ide-dma.c
--- linux-2.6.11-rc2.orig/drivers/ide/ide-dma.c	2005-01-22 02:48:03.000000000 +0100
+++ linux-2.6.11-rc2/drivers/ide/ide-dma.c	2005-02-02 21:32:55.000000000 +0100
@@ -829,7 +829,7 @@ int ide_allocate_dma_engine (ide_hwif_t 
 	if (hwif->dmatable_cpu)
 		return 0;
 
-	printk(KERN_ERR "%s: -- Error, unable to allocate%s DMA table(s).\n",
+	printk(KERN_ERR "%s: -- Error, unable to allocate %s DMA table(s).\n",
 		(hwif->dmatable_cpu == NULL) ? " CPU" : "",
 		hwif->cds->name);
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-02-03 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 20:36 [PATCH] add missing space to printk in ide_allocate_dma_engine Olaf Hering
2005-02-02 23:27 ` Bartlomiej Zolnierkiewicz
2005-02-02 23:29   ` Bartlomiej Zolnierkiewicz
2005-02-02 23:36     ` Olaf Hering
2005-02-02 23:41       ` Bartlomiej Zolnierkiewicz
2005-02-03 15:00         ` Bartlomiej Zolnierkiewicz

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