Skip to content

Commit e08c0fa

Browse files
author
Lucas De Marchi
committed
drm/xe: Fix missing kernel-doc
Fix warning: Warning: drivers/gpu/drm/xe/xe_device_types.h:658 struct member 'wa_active' not described in 'xe_device' Fixes: 661a695 ("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>
1 parent 8f3d1c9 commit e08c0fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/xe/xe_device_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ struct xe_device {
363363
u8 skip_pcode:1;
364364
} info;
365365

366+
/** @wa_active: keep track of active workarounds */
366367
struct {
367368
/** @wa_active.oob: bitmap with active OOB workarounds */
368369
unsigned long *oob;

0 commit comments

Comments
 (0)