Skip to content

Commit e08c0fa

Browse files
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 <[email protected]> Reviewed-by: Jonathan Cavitt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 8f3d1c9 commit e08c0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)