From cfd364903af769934ea92d5e80c9b8e20f7b48d2 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 30 Jul 2026 16:34:25 -0700 Subject: [PATCH] perf/x86/intel/pt: Drop kernel-doc for deleted struct members @lost and @topa_index are no longer part of struct pt_buffer so delete their comment lines. Warning: ../arch/x86/events/intel/pt.h:86 Excess struct member 'lost' description in 'pt_buffer' Warning: ../arch/x86/events/intel/pt.h:86 Excess struct member 'topa_index' description in 'pt_buffer' Signed-off-by: Randy Dunlap Signed-off-by: Ingo Molnar Cc: Peter Zijlstra Link: https://patch.msgid.link/20260730233429.285788-2-rdunlap@infradead.org --- arch/x86/events/intel/pt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/events/intel/pt.h b/arch/x86/events/intel/pt.h index 2ac36250b656..700e1a915d25 100644 --- a/arch/x86/events/intel/pt.h +++ b/arch/x86/events/intel/pt.h @@ -58,7 +58,6 @@ struct pt_pmu { * @cur_idx: current output region's index within @cur table * @output_off: offset within the current output region * @data_size: running total of the amount of data in this buffer - * @lost: if data was lost/truncated * @head: logical write offset inside the buffer * @snapshot: if this is for a snapshot/overwrite counter * @single: use Single Range Output instead of ToPA @@ -68,7 +67,6 @@ struct pt_pmu { * @stop_te: STOP topa entry pointer * @intr_te: INT topa entry pointer * @data_pages: array of pages from perf - * @topa_index: table of topa entries indexed by page offset */ struct pt_buffer { struct list_head tables;