tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 6a53bda3aaf3de5edeea27d0b1d8781d067640b6 commit: c2594091d0e517f3c46b99a3f380cd7ae23e4ffc [8464/9010] docs: kvm: x86: Fix broken field list reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=c2594091d0e517f3c46b99a3f380cd7ae23e4ffc git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout c2594091d0e517f3c46b99a3f380cd7ae23e4ffc 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/202304041708.siWlxmyD-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/virt/kvm/api.rst:8303: WARNING: Field list ends without a blank line; unexpected unindent. vim +8303 Documentation/virt/kvm/api.rst ba7bb663f5547e David Dunn 2022-02-23 8298 c2594091d0e517 Takahiro Itazuri 2023-03-31 8299 :Capability: KVM_CAP_PMU_CAPABILITY ba7bb663f5547e David Dunn 2022-02-23 8300 :Architectures: x86 ba7bb663f5547e David Dunn 2022-02-23 8301 :Type: vm ba7bb663f5547e David Dunn 2022-02-23 8302 :Parameters: arg[0] is bitmask of PMU virtualization capabilities. ba7bb663f5547e David Dunn 2022-02-23 @8303 :Returns 0 on success, -EINVAL when arg[0] contains invalid bits ba7bb663f5547e David Dunn 2022-02-23 8304 :::::: The code at line 8303 was first introduced by commit :::::: ba7bb663f5547ef474c98df99a97bb4a13c5715f KVM: x86: Provide per VM capability for disabling PMU virtualization :::::: TO: David Dunn <daviddunn@xxxxxxxxxx> :::::: CC: Paolo Bonzini <pbonzini@xxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests