From: Dafna Hirschfeld Date: Tue, 22 Aug 2023 13:48:14 +0000 (+0300) Subject: accel/habanalabs: remove wrong doc for init_phys_pg_pack_from_userptr X-Git-Tag: v6.7-rc1~145^2~11^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ba0236f5ba554425d7d229c71236843d7b06ee7;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Oded Gabbay Signed-off-by: Oded Gabbay --- diff --git a/drivers/accel/habanalabs/common/memory.c b/drivers/accel/habanalabs/common/memory.c index ba59e921236e3..0b8689fe0b64d 100644 --- a/drivers/accel/habanalabs/common/memory.c +++ b/drivers/accel/habanalabs/common/memory.c @@ -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. */