Commit 27b0b832 authored by Colin Ian King's avatar Colin Ian King Committed by Doug Ledford

IB/rxe: fix typo: "algorithmi" -> "algorithm"

trivial fix to typo in pr_err message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent f0bb2d44
......@@ -1326,7 +1326,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\n",
PTR_ERR(rxe->tfm));
return PTR_ERR(rxe->tfm);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment