]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe: Fix missing kernel-doc
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 11 Jul 2025 21:49:12 +0000 (14:49 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 14 Jul 2025 15:01:19 +0000 (08:01 -0700)
Fix warning:

Warning: drivers/gpu/drm/xe/xe_device_types.h:658 struct member 'wa_active' not described in 'xe_device'

Fixes: 661a6950e061 ("drm/xe: Add infrastructure for Device OOB workarounds")
Cc: Matt Atwood <matthew.s.atwood@intel.com>
Reviewed-by: Jonathan Cavitt <joanthan.cavitt@intel.com>
Link: https://lore.kernel.org/r/20250711214911.2009714-2-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device_types.h

index 61d3f473a7a61ed0d60b7b5257e5ab31416c933e..1e6ecf1e6979f487bfa8a3d2c68cecb8e76092b5 100644 (file)
@@ -363,6 +363,7 @@ struct xe_device {
                u8 skip_pcode:1;
        } info;
 
+       /** @wa_active: keep track of active workarounds */
        struct {
                /** @wa_active.oob: bitmap with active OOB workarounds */
                unsigned long *oob;