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-next>] [day] [month] [year] [list]
Date:   Thu, 18 Aug 2016 16:42:01 +0100
From:   Colin King <colin.king@...onical.com>
To:     Chris Metcalf <cmetcalf@...lanox.com>,
        Andrea Gelmini <andrea.gelmini@...ma.net>,
        Thomas Gleixner <tglx@...utronix.de>,
        Adam Buchbinder <adam.buchbinder@...il.com>
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"

From: Colin Ian King <colin.king@...onical.com>

trivial fix to spelling mistake in pr_warn message

Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
 arch/tile/kernel/pci_gx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c
index 0e7a5d0..b554a68 100644
--- a/arch/tile/kernel/pci_gx.c
+++ b/arch/tile/kernel/pci_gx.c
@@ -131,7 +131,7 @@ static int tile_irq_cpu(int irq)
 
 	count = cpumask_weight(&intr_cpus_map);
 	if (unlikely(count == 0)) {
-		pr_warn("intr_cpus_map empty, interrupts will be delievered to dataplane tiles\n");
+		pr_warn("intr_cpus_map empty, interrupts will be delivered to dataplane tiles\n");
 		return irq % (smp_height * smp_width);
 	}
 
-- 
2.8.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ