[openeuler:OLK-6.6 3534/3534] kernel/cpu.c:2684: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
tree: https://gitee.com/openeuler/kernel.git OLK-6.6 head: 5930fa3740c518a9f6ba688fd0c1873d6f3adbce commit: b36171d783908f2ef26ccfcd757d4954a69955ab [3534/3534] cpu/SMT: Enable SMT only if a core is online config: x86_64-randconfig-011-20251211 (https://download.01.org/0day-ci/archive/20251211/202512112035.fGJa8Hzw-lkp@i...) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251211/202512112035.fGJa8Hzw-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/202512112035.fGJa8Hzw-lkp@intel.com/ All warnings (new ones prefixed by >>):
kernel/cpu.c:2684: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Check if the core a CPU belongs to is online
vim +2684 kernel/cpu.c 2682 2683 /**
2684 * Check if the core a CPU belongs to is online 2685 */ 2686 #if !defined(topology_is_core_online) 2687 static inline bool topology_is_core_online(unsigned int cpu) 2688 { 2689 return true; 2690 } 2691 #endif 2692
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
participants (1)
-
kernel test robot