summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_devcoredump_types.h
diff options
context:
space:
mode:
authorMatthew Auld <matthew.auld@intel.com>2023-05-22 13:52:52 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:33:53 +0300
commit82f428b627607cd4ae0355c09b3164961b041505 (patch)
tree988458473ed1b4772fd10329f4776c98bc6e0e8f /drivers/gpu/drm/xe/xe_devcoredump_types.h
parent915757a6cbf1d77877374627a284cafe9c0de7cd (diff)
downloadlinux-82f428b627607cd4ae0355c09b3164961b041505.tar.xz
drm/xe: fix kernel-doc issues
drivers/gpu/drm/xe/xe_guc_submit_types.h:47: warning: cannot understand function prototype: 'struct guc_submit_parallel_scratch ' drivers/gpu/drm/xe/xe_devcoredump_types.h:38: warning: Function parameter or member 'ct' not described in 'xe_devcoredump_snapshot' CI doesn't appear to be running BAT anymore, assuming this is caused by the CI.Hooks now failing due to above warnings. Signed-off-by: Matthew Auld <matthew.auld@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Nirmoy Das <nirmoy.das@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_devcoredump_types.h')
-rw-r--r--drivers/gpu/drm/xe/xe_devcoredump_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_devcoredump_types.h b/drivers/gpu/drm/xe/xe_devcoredump_types.h
index 350b905d1797..c0d711eb6ab3 100644
--- a/drivers/gpu/drm/xe/xe_devcoredump_types.h
+++ b/drivers/gpu/drm/xe/xe_devcoredump_types.h
@@ -27,7 +27,7 @@ struct xe_devcoredump_snapshot {
ktime_t boot_time;
/* GuC snapshots */
- /** @ct_snapshot: GuC CT snapshot */
+ /** @ct: GuC CT snapshot */
struct xe_guc_ct_snapshot *ct;
/** @ge: Guc Engine snapshot */
struct xe_guc_submit_engine_snapshot *ge;