Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aca38a5157dec0090ad800d52c138fb83674481f
Commit:     aca38a5157dec0090ad800d52c138fb83674481f
Parent:     e816056210941e9886e447e331b7fdbe133cb5f0
Author:     Joe Perches <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 27 21:35:55 2007 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Tue Nov 27 21:35:55 2007 +0100

    drivers/ide: Add missing "space"
    
    Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 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;
                        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to