x86/resctrl: Fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 6 Oct 2023 23:51:32 +0000 (16:51 -0700)
committerIngo Molnar <mingo@kernel.org>
Sun, 8 Oct 2023 09:45:16 +0000 (11:45 +0200)
commit025d5ac978cc3b47874cc1c03ab096a78b49f278
treea2b9bfc2c1db68de947552310b793cb41c1beafc
parent62d5e970d022ef4bde18948dd67247c3194384c1
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: 6a445edce657 ("x86/intel_rdt/cqm: Add RDT monitoring initialization")
Fixes: 24247aeeabe9 ("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
arch/x86/kernel/cpu/resctrl/monitor.c