mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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:e1d2e2d878("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 commit44393331c7) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
This commit is contained in:
parent
6f287b1c8d
commit
a009bbb958
|
|
@ -41,10 +41,10 @@ struct xe_gt_sriov_vf_runtime {
|
|||
};
|
||||
|
||||
/**
|
||||
* xe_gt_sriov_vf_migration - VF migration data.
|
||||
* struct xe_gt_sriov_vf_migration - VF migration data.
|
||||
*/
|
||||
struct xe_gt_sriov_vf_migration {
|
||||
/** @migration: VF migration recovery worker */
|
||||
/** @worker: VF migration recovery worker */
|
||||
struct work_struct worker;
|
||||
/** @lock: Protects recovery_queued, teardown */
|
||||
spinlock_t lock;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user