lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 19 Nov 2007 17:48:03 -0800
From:	Joe Perches <joe@...ches.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 11/59] drivers/block: Add missing "space"


Signed-off-by: Joe Perches <joe@...ches.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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ