1

accel/habanalabs: remove wrong doc for init_phys_pg_pack_from_userptr

The function does not pin the pages so remove that from the inline doc.

Signed-off-by: Dafna Hirschfeld <dhirschfeld@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
Dafna Hirschfeld 2023-08-22 16:48:14 +03:00 committed by Oded Gabbay
parent c1805bf36a
commit 2ba0236f5b

View File

@ -832,7 +832,6 @@ int hl_unreserve_va_block(struct hl_device *hdev, struct hl_ctx *ctx,
* physical pages * physical pages
* *
* This function does the following: * This function does the following:
* - Pin the physical pages related to the given virtual block.
* - Create a physical page pack from the physical pages related to the given * - Create a physical page pack from the physical pages related to the given
* virtual block. * virtual block.
*/ */