Skip to content

Commit a92c68e

Browse files
committed
drm/xe/mert: Fix kernel-doc for struct xe_mert
Add simple top level kernel-doc for the struct itself to allow the script recognize that and fix tag of the one member. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Lukasz Laguna <lukasz.laguna@intel.com> Reviewed-by: Lukasz Laguna <lukasz.laguna@intel.com> Link: https://patch.msgid.link/20260109151219.26206-3-michal.wajdeczko@intel.com
1 parent e799495 commit a92c68e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/gpu/drm/xe/xe_mert.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
struct xe_device;
1414
struct xe_tile;
1515

16+
/**
17+
* struct xe_mert - MERT related data
18+
*/
1619
struct xe_mert {
1720
/** @lock: protects the TLB invalidation status */
1821
spinlock_t lock;
1922
/** @tlb_inv_triggered: indicates if TLB invalidation was triggered */
2023
bool tlb_inv_triggered;
21-
/** @mert.tlb_inv_done: completion of TLB invalidation */
24+
/** @tlb_inv_done: completion of TLB invalidation */
2225
struct completion tlb_inv_done;
2326
};
2427

0 commit comments

Comments
 (0)