tree: git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git thermal/bleeding-edge head: a6f8eedce38d194452c40540af6cc9cc2a035133 commit: ebf519710218814cf827adbf9111af081344c969 thermal: intel: powerclamp: Add two module parameters date: 3 days ago reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/commit/?id=ebf519710218814cf827adbf9111af081344c969 git remote add thermal git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git git fetch --no-tags thermal thermal/bleeding-edge git checkout ebf519710218814cf827adbf9111af081344c969 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202302122247.N4S791c4-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/admin-guide/thermal/intel_powerclamp.rst:328: WARNING: Inline emphasis start-string without end-string. vim +328 Documentation/admin-guide/thermal/intel_powerclamp.rst 326 327 ``cpumask`` (RW) > 328 A bit mask of CPUs to inject idle. The format of the bitmask is same as 329 used in other subsystems like in /proc/irq/*/smp_affinity. The mask is 330 comma separated 32 bit groups. Each CPU is one bit. For example for a 256 331 CPU system the full mask is: 332 ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff 333 334 The rightmost mask is for CPU 0-32. 335 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests