tree: https://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git next head: 758d638667d474ff6b0a9052a8298f04c7ddf62f commit: 758d638667d474ff6b0a9052a8298f04c7ddf62f [28/28] Documentation: trace: Add documentation for TPDM and TPDA reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git/commit/?id=758d638667d474ff6b0a9052a8298f04c7ddf62f git remote add coresight https://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git git fetch --no-tags coresight next git checkout 758d638667d474ff6b0a9052a8298f04c7ddf62f 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> All warnings (new ones prefixed by >>): >> Documentation/trace/coresight/coresight-tpda.rst:3: WARNING: Title overline too short. >> Documentation/trace/coresight/coresight-tpdm.rst:3: WARNING: Title overline too short. >> Documentation/trace/coresight/coresight-tpdm.rst:43: WARNING: Document may not end with a transition. vim +3 Documentation/trace/coresight/coresight-tpda.rst 2 > 3 ============================== 4 The trace performance monitoring and diagnostics aggregator(TPDA). 5 ============================== 6 7 :Author: Jinlong Mao <quic_jinlmao@xxxxxxxxxxx> 8 :Date: January 2023 9 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests