drm/gpusvm: Fix kernel-doc
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 8 Mar 2025 01:14:28 +0000 (17:14 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 10 Mar 2025 02:22:39 +0000 (19:22 -0700)
commit4da1fb61e02a783fdd7eb725ea03d897b8ef19ea
tree8baab33f28dfc67f5af65febc5ef71c66582a961
parent70e5043ba85eae199b232e39921abd706b5c1fa4
drm/gpusvm: Fix kernel-doc

Due to wrong `.. kernel-doc` directive in Documentation/gpu/rfc/gpusvm.rst
the documentation was actually not parsing anything from
drivers/gpu/drm/drm_gpusvm.c. This fixes the kernel-doc include and all
warnings/errors created when doing so.

Cc: Simona Vetter <simona.vetter@ffwll.ch>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: dri-devel@lists.freedesktop.org
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/intel-xe/20250307195239.57abcd2d@canb.auug.org.au/
Fixes: 99624bdff867 ("drm/gpusvm: Add support for GPU Shared Virtual Memory")
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307-fix-svm-kerneldoc-v2-1-03c74b199620@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Documentation/gpu/rfc/gpusvm.rst
drivers/gpu/drm/drm_gpusvm.c