projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1155a
)
habanalabs: fix comment style
author
Oded Gabbay
<ogabbay@kernel.org>
Sun, 19 Jun 2022 09:41:19 +0000
(12:41 +0300)
committer
Oded Gabbay
<ogabbay@kernel.org>
Tue, 12 Jul 2022 06:09:24 +0000
(09:09 +0300)
function name should not be preceded with @
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/memory_mgr.c
patch
|
blob
|
history
diff --git
a/drivers/misc/habanalabs/common/memory_mgr.c
b/drivers/misc/habanalabs/common/memory_mgr.c
index ea5f2bd31b0a826328e29bed06a7082d4600898f..56df962d2f3c6bc0573147b7370abda49e365b14 100644
(file)
--- a/
drivers/misc/habanalabs/common/memory_mgr.c
+++ b/
drivers/misc/habanalabs/common/memory_mgr.c
@@
-135,7
+135,7
@@
int hl_mmap_mem_buf_put_handle(struct hl_mem_mgr *mmg, u64 handle)
}
/**
- *
@
hl_mmap_mem_buf_alloc - allocate a new mappable buffer
+ * hl_mmap_mem_buf_alloc - allocate a new mappable buffer
*
* @mmg: parent unifed memory manager
* @behavior: behavior object describing this buffer polymorphic behavior