mirror_ubuntu-kernels/arch/x86/kernel/cpu/resctrl
Randy Dunlap 025d5ac978 x86/resctrl: Fix kernel-doc warnings
The kernel test robot reported kernel-doc warnings here:

  monitor.c:34: warning: Cannot understand  * @rmid_free_lru    A least recently used list of free RMIDs on line 34 - I thought it was a doc line
  monitor.c:41: warning: Cannot understand  * @rmid_limbo_count     count of currently unused but (potentially) on line 41 - I thought it was a doc line
  monitor.c:50: warning: Cannot understand  * @rmid_entry - The entry in the limbo and free lists.  on line 50 - I thought it was a doc line

We don't have a syntax for documenting individual data items via
kernel-doc, so remove the "/**" kernel-doc markers and add a hyphen
for consistency.

Fixes: 6a445edce6 ("x86/intel_rdt/cqm: Add RDT monitoring initialization")
Fixes: 24247aeeab ("x86/intel_rdt/cqm: Improve limbo list processing")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20231006235132.16227-1-rdunlap@infradead.org
2023-10-08 11:45:16 +02:00
..
core.c x86/resctrl: Add __init attribute to rdt_get_mon_l3_config() 2023-01-23 17:40:11 +01:00
ctrlmondata.c x86/resctrl: Clear staged_config[] before and after it is used 2023-03-15 15:19:43 -07:00
internal.h x86/resctrl: Clear staged_config[] before and after it is used 2023-03-15 15:19:43 -07:00
Makefile x86/resctrl: Avoid confusion over the new X86_RESCTRL config 2019-02-02 10:34:52 +01:00
monitor.c x86/resctrl: Fix kernel-doc warnings 2023-10-08 11:45:16 +02:00
pseudo_lock_event.h
pseudo_lock.c x86/resctrl: make pseudo_lock_class a static const structure 2023-08-05 08:31:42 +02:00
rdtgroup.c x86/resctrl: Implement rename op for mon groups 2023-06-07 12:40:36 +02:00