Skip to content

Commit a009bbb

Browse files
jnikulaThomas Hellström
authored andcommitted
drm/xe/vf: fix struct xe_gt_sriov_vf_migration kernel-doc
Fix kernel-doc warnings on struct xe_gt_sriov_vf_migration: Warning: ../drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h:47 cannot understand function prototype: 'struct xe_gt_sriov_vf_migration' Fixes: e1d2e2d ("drm/xe/vf: Add xe_gt_recovery_pending helper") Cc: Matthew Brost <matthew.brost@intel.com> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Tomasz Lis <tomasz.lis@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patch.msgid.link/20260107155401.2379127-2-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com> (cherry picked from commit 4439333) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1 parent 6f287b1 commit a009bbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ struct xe_gt_sriov_vf_runtime {
4141
};
4242

4343
/**
44-
* xe_gt_sriov_vf_migration - VF migration data.
44+
* struct xe_gt_sriov_vf_migration - VF migration data.
4545
*/
4646
struct xe_gt_sriov_vf_migration {
47-
/** @migration: VF migration recovery worker */
47+
/** @worker: VF migration recovery worker */
4848
struct work_struct worker;
4949
/** @lock: Protects recovery_queued, teardown */
5050
spinlock_t lock;

0 commit comments

Comments
 (0)