projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c1643
)
accel/habanalabs: Fix spelling mistake "maped" -> "mapped"
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 14 Mar 2023 08:18:12 +0000
(08:18 +0000)
committer
Oded Gabbay
<ogabbay@kernel.org>
Mon, 20 Mar 2023 15:35:25 +0000
(17:35 +0200)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/accel/habanalabs/common/memory_mgr.c
patch
|
blob
|
history
diff --git
a/drivers/accel/habanalabs/common/memory_mgr.c
b/drivers/accel/habanalabs/common/memory_mgr.c
index 30f8059f28c27fe14f2deae27b42efd88ee4b1f4..c4d84df355b0cb96cd625a1634a6633ec7425c23 100644
(file)
--- a/
drivers/accel/habanalabs/common/memory_mgr.c
+++ b/
drivers/accel/habanalabs/common/memory_mgr.c
@@
-275,7
+275,7
@@
int hl_mem_mgr_mmap(struct hl_mem_mgr *mmg, struct vm_area_struct *vma,
if (atomic_cmpxchg(&buf->mmap, 0, 1)) {
dev_err(mmg->dev,
- "%s, Memory mmap failed, already maped to user\n",
+ "%s, Memory mmap failed, already map
p
ed to user\n",
buf->behavior->topic);
rc = -EINVAL;
goto put_mem;