[PATCH 17/59] drivers/ide: Add missing "space"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Monday, November 19, 2007 - 6:48 pm

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/ide/ppc/pmac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c
index 5afdfef..7f7a598 100644
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -1513,7 +1513,7 @@ pmac_ide_build_dmatable(ide_drive_t *drive, struct request *rq)
 
 		if (pmif->broken_dma && cur_addr & (L1_CACHE_BYTES - 1)) {
 			if (pmif->broken_dma_warn == 0) {
-				printk(KERN_WARNING "%s: DMA on non aligned address,"
+				printk(KERN_WARNING "%s: DMA on non aligned address, "
 				       "switching to PIO on Ohare chipset\n", drive->name);
 				pmif->broken_dma_warn = 1;
 			}
-- 
1.5.3.5.652.gf192c

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 01/59] arch/ia64: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 02/59] arch/mips: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 04/59] arch/ppc: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 05/59] arch/s390: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 09/59] arch/x86: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:48 pm)
[PATCH 17/59] drivers/ide: Add missing "space", Joe Perches, (Mon Nov 19, 6:48 pm)
Re: [PATCH 17/59] drivers/ide: Add missing &quot;space&quot;, Bartlomiej Zolnierki ..., (Thu Nov 22, 2:23 pm)