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:	Wed, 24 Nov 2010 19:38:54 +0000
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	greg@...ah.com, mark.a.allyn@...el.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH 10/12] sep: cant is an angular inclination

From: Alan Cox <alan@...ux.intel.com>

So use can't instead.

Signed-off-by: Alan Cox <alan@...ux.intel.com>
---

 drivers/staging/sep/sep_driver.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 9c16558..ebe7a90 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -98,7 +98,7 @@ static int sep_load_firmware(struct sep_device *sep)
 
 	error = request_firmware(&fw, res_name, &sep->pdev->dev);
 	if (error) {
-		dev_warn(&sep->pdev->dev, "cant request resident fw\n");
+		dev_warn(&sep->pdev->dev, "can't request resident fw\n");
 		return error;
 	}
 
@@ -3280,7 +3280,7 @@ static int sep_callback(unsigned long sep_context_pointer)
 							&rar_end_address);
 
 	if (error) {
-		dev_warn(&sep->pdev->dev, "mrst cant get rar region\n");
+		dev_warn(&sep->pdev->dev, "mrst can't get rar region\n");
 		goto end_function;
 	}
 
@@ -3417,7 +3417,7 @@ static int __devinit sep_probe(struct pci_dev *pdev,
 		sep->rar_addr = dma_alloc_coherent(NULL,
 			sep->rar_size, &sep->rar_bus, GFP_KERNEL);
 		if (sep->rar_addr == NULL) {
-			dev_warn(&sep->pdev->dev, "cant allocate mfld rar\n");
+			dev_warn(&sep->pdev->dev, "can't allocate mfld rar\n");
 			error = -ENOMEM;
 			goto end_function_deallocate_sep_shared_area;
 		}

--
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