drm/pagemap: Fix drm_pagemap_migrate_unmap_pages kerneldoc

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
This commit is contained in:
Matthew Brost 2026-04-10 13:59:29 -07:00
parent 2e0cd372b8
commit 5f183b0588

View File

@ -397,8 +397,9 @@ drm_pagemap_migrate_map_system_pages(struct device *dev,
* @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,