tree: https://github.com/intel/tdx.git kvm-upstream-workaround head: 36253a6ed7e922a2e6888cde465578b98145404e commit: 9b8d86c1e54a7018b65c179d4ede26ad89746c7c [130/411] Documentation/x86: Add documentation for TDX host support reproduce: 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/x86/tdx.rst:69: WARNING: Unexpected indentation. >> Documentation/x86/tdx.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent. vim +69 Documentation/x86/tdx.rst 66 67 ret = tdx_init(); 68 if (ret) > 69 goto no_tdx; > 70 // TDX is ready to use 71 -- 0-DAY CI Kernel Test Service https://01.org/lkp