]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/xe: fix kernel-doc issues
authorMatthew Auld <matthew.auld@intel.com>
Mon, 22 May 2023 10:52:52 +0000 (11:52 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:33:53 +0000 (18:33 -0500)
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>
drivers/gpu/drm/xe/xe_devcoredump_types.h
drivers/gpu/drm/xe/xe_guc_submit_types.h

index 350b905d1797fc344874b8e62b00818e2867c79d..c0d711eb6ab31d8a915c98b179f167d6d1899b21 100644 (file)
@@ -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;
index 88e855dae0563985e8b7000e6e17e7a6dabea038..6765b2c6eab15b1e97e62d78e2e0b7f2f52ceb58 100644 (file)
@@ -41,7 +41,7 @@ struct sync_semaphore {
 };
 
 /**
- * Struct guc_submit_parallel_scratch - A scratch shared mapped buffer.
+ * struct guc_submit_parallel_scratch - A scratch shared mapped buffer.
  */
 struct guc_submit_parallel_scratch {
        /** @wq_desc: Guc scheduler workqueue descriptor */