]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit5f183b0588eb508ab49022e26923d91698447226
treee4305cb06621e6befb9e88045a1048fbaac79bb6
parent2e0cd372b89758545ddfaa0085cf030d473afb7e
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
drivers/gpu/drm/drm_pagemap.c