[PATCH 11/59] drivers/block: 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/block/DAC960.c   |    2 +-
 drivers/block/cpqarray.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c
index 9030c37..72c5e96 100644
--- a/drivers/block/DAC960.c
+++ b/drivers/block/DAC960.c
@@ -2999,7 +2999,7 @@ DAC960_DetectController(struct pci_dev *PCI_Device,
 	    }
 	  if (!DAC960_V1_EnableMemoryMailboxInterface(Controller))
 	    {
-	      DAC960_Error("Unable to allocate DMA mapped memory"
+	      DAC960_Error("Unable to allocate DMA mapped memory "
 			   "for Controller at\n", Controller);
 	      goto Failure;
 	    }
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c
index c8132d9..a8acd10 100644
--- a/drivers/block/cpqarray.c
+++ b/drivers/block/cpqarray.c
@@ -367,7 +367,7 @@ static void __devexit cpqarray_remove_one_pci (struct pci_dev *pdev)
 	tmp_ptr = pci_get_drvdata(pdev);
 	i = tmp_ptr->ctlr;
 	if (hba[i] == NULL) {
-		printk(KERN_ERR "cpqarray: controller %d appears to have"
+		printk(KERN_ERR "cpqarray: controller %d appears to have "
 			"already been removed \n", i);
 		return;
         }
@@ -382,7 +382,7 @@ static void __devexit cpqarray_remove_one_pci (struct pci_dev *pdev)
 static void __devexit cpqarray_remove_one_eisa (int i)
 {
 	if (hba[i] == NULL) {
-		printk(KERN_ERR "cpqarray: controller %d appears to have"
+		printk(KERN_ERR "cpqarray: controller %d appears to have "
 			"already been removed \n", i);
 		return;
         }
-- 
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 11/59] drivers/block: 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)