]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/pagemap: Fix drm_pagemap_migrate_unmap_pages kerneldoc
authorMatthew Brost <matthew.brost@intel.com>
Fri, 10 Apr 2026 20:59:29 +0000 (13:59 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Mon, 13 Apr 2026 03:51:15 +0000 (20:51 -0700)
Replace @dma_addr with @pagemap_addr in the function documentation,
as @pagemap_addr is the actual name of the function argument.

Suggested-by: Francois Dugast <francois.dugast@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://patch.msgid.link/20260410205929.3914474-6-matthew.brost@intel.com
drivers/gpu/drm/drm_pagemap.c

index bd2037c77c929eb86edf2cbf77c0e84ebc0a831d..d82ea7ccb8da28642e1714aec7ffcce63fa1848f 100644 (file)
@@ -397,8 +397,9 @@ next:
  * @state: DMA IOVA state for mapping.
  *
  * This function unmaps previously mapped pages of memory for GPU Shared Virtual
- * Memory (SVM). It iterates over each DMA address provided in @dma_addr, checks
- * if it's valid and not already unmapped, and unmaps the corresponding page.
+ * Memory (SVM). It iterates over each DMA address provided in @pagemap_addr,
+ * checks if it's valid and not already unmapped, and unmaps the corresponding
+ * page.
  */
 static void drm_pagemap_migrate_unmap_pages(struct device *dev,
                                            struct drm_pagemap_addr *pagemap_addr,