Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
---
 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to