llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [morse:mpam/snapshot/v6.10-rc1 95/114] drivers/platform/arm64/mpam/mpam_resctrl.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2024-06-14 14:59 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-14 14:59 UTC (permalink / raw)
  To: James Morse; +Cc: llvm, oe-kbuild-all, linux-doc

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/snapshot/v6.10-rc1
head:   d9ba67a1a8dc6551a0b3254a8f2ee9993ad17957
commit: b3015be71d9bb40b55d832bdcc6b4641cbce3ba1 [95/114] untested: arm_mpam: resctrl: Add support for csu counters
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20240614/202406142227.9SGqPIPG-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 78ee473784e5ef6f0b19ce4cb111fb6e4d23c6b2)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240614/202406142227.9SGqPIPG-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202406142227.9SGqPIPG-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/platform/arm64/mpam/mpam_resctrl.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * The classes we've picked to map to resctrl events.


vim +33 drivers/platform/arm64/mpam/mpam_resctrl.c

    31	
    32	/**
  > 33	 * The classes we've picked to map to resctrl events.
    34	 * Resctrl believes all the worlds a Xeon, and these are all on the L3. This
    35	 * array lets us find the actual class backing the event counters. e.g.
    36	 * the only memory bandwith counters may be on the memory controller, but to
    37	 * make use of them, we pretend they are on L3.
    38	 * Class pointer may be NULL.
    39	 */
    40	static struct mpam_class *mpam_resctrl_counters[QOS_NUM_EVENTS];
    41	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-14 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 14:59 [morse:mpam/snapshot/v6.10-rc1 95/114] drivers/platform/arm64/mpam/mpam_resctrl.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).