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>] [day] [month] [year] [list]
Date:   Mon, 24 Apr 2017 10:26:08 +0100
From:   Colin King <colin.king@...onical.com>
To:     Moni Shoua <monis@...lanox.com>,
        Doug Ledford <dledford@...hat.com>,
        Sean Hefty <sean.hefty@...el.com>,
        Hal Rosenstock <hal.rosenstock@...il.com>,
        linux-rdma@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] IB/rxe: fix typo: "algorithmi" -> "algorithmi"

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

trivial fix to typo in pr_err message

Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
index 486035a85bac..6a4b02470d21 100644
--- a/drivers/infiniband/sw/rxe/rxe_verbs.c
+++ b/drivers/infiniband/sw/rxe/rxe_verbs.c
@@ -1324,7 +1324,7 @@ int rxe_register_device(struct rxe_dev *rxe)
 
 	rxe->tfm = crypto_alloc_shash("crc32", 0, 0);
 	if (IS_ERR(rxe->tfm)) {
-		pr_err("failed to allocate crc algorithmi err:%ld",
+		pr_err("failed to allocate crc algorithm err:%ld",
 		       PTR_ERR(rxe->tfm));
 		return PTR_ERR(rxe->tfm);
 	}
-- 
2.11.0

Powered by blists - more mailing lists