[openeuler:OLK-6.6 3514/3514] fs/resctrl/monitor.c:51: warning: Cannot understand * @closid_num_dirty_rmid The number of dirty RMID each CLOSID has.
tree: https://gitee.com/openeuler/kernel.git OLK-6.6 head: d281438782e3c28a3df71a64513a3312d43dcf01 commit: 13e249bf4944afceae17195b7bb77c767ff61384 [3514/3514] x86/resctrl: Move the filesystem portions of resctrl to live in '/fs/' config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20251211/202512110706.bkOqQiMM-lkp@i...) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251211/202512110706.bkOqQiMM-lkp@i...) 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/202512110706.bkOqQiMM-lkp@intel.com/ All warnings (new ones prefixed by >>):
fs/resctrl/monitor.c:51: warning: Cannot understand * @closid_num_dirty_rmid The number of dirty RMID each CLOSID has. on line 51 - I thought it was a doc line
vim +51 fs/resctrl/monitor.c 49 50 /**
51 * @closid_num_dirty_rmid The number of dirty RMID each CLOSID has. 52 * Only allocated when CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID is defined. 53 * Indexed by CLOSID. Protected by rdtgroup_mutex. 54 */ 55 static u32 *closid_num_dirty_rmid; 56
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
participants (1)
-
kernel test robot