accel/habanalabs: remove wrong doc for init_phys_pg_pack_from_userptr
authorDafna Hirschfeld <dhirschfeld@habana.ai>
Tue, 22 Aug 2023 13:48:14 +0000 (16:48 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Mon, 9 Oct 2023 09:37:24 +0000 (12:37 +0300)
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>
drivers/accel/habanalabs/common/memory.c

index ba59e921236e3edf868150d7ba5fbf5f0591f759..0b8689fe0b64dbd6b9393d738f3a9ab3b99ae146 100644 (file)
@@ -832,7 +832,6 @@ int hl_unreserve_va_block(struct hl_device *hdev, struct hl_ctx *ctx,
  *                      physical pages
  *
  * 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
  *   virtual block.
  */