]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Fix xe_pt_stage_bind_walk kerneldoc
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 2 Apr 2025 12:29:24 +0000 (14:29 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 3 Apr 2025 10:23:28 +0000 (12:23 +0200)
commit32cb8dc550e469facfe54e8fa3b5d8d01448d5df
treebc073ea46fffc64ce0d6444efe9981232777b0a6
parent89f306dc6dfdc57cf138d10e9f4c4fea76d6d949
drm/xe: Fix xe_pt_stage_bind_walk kerneldoc

The structure was missing a proper kerneldoc header and once
that was added a number of typos and errors became obvious.
Fix those.

Reported-by: Lucas De Marchi <lucas.demarchi@intel.com>
Closes: https://lore.kernel.org/intel-xe/x53tcs5bjldw6lcorjemuheklxcmepdvr2u7lvt3hpqrzqoc4h@nsu6hs25taqj/
Fixes: b2d4b03b03a7 ("drm/xe: Make the PT code handle placement per PTE rather than per vma / range")
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250402122924.25526-1-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_pt.c