From: Oded Gabbay Date: Sun, 19 Jun 2022 09:41:19 +0000 (+0300) Subject: habanalabs: fix comment style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d9894343745f3ef3fc386bd5074e800bdc2fb54;p=linux.git habanalabs: fix comment style function name should not be preceded with @ Signed-off-by: Oded Gabbay --- diff --git a/drivers/misc/habanalabs/common/memory_mgr.c b/drivers/misc/habanalabs/common/memory_mgr.c index ea5f2bd31b0a8..56df962d2f3c6 100644 --- 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