mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
IB/rxe: fix typo: "algorithmi" -> "algorithm"
trivial fix to typo in pr_err message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
f0bb2d44ca
commit
27b0b83233
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user