[intel-tdx:kvm-upstream-workaround 140/308] htmldocs: Documentation/virt/kvm/api.rst:1362: WARNING: Literal block ends without a blank line; unexpected unindent.

From: kernel test robot
Date: Tue Aug 16 2022 - 23:22:16 EST


tree: https://github.com/intel/tdx.git kvm-upstream-workaround
head: 85c097fdd1667a842a9e75d8f658fc16bd72981a
commit: bb90daae9d75517eb0fddd87e26149ed7612995a [140/308] KVM: Extend the memslot to support fd-based private memory
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/virt/kvm/api.rst:1362: WARNING: Literal block ends without a blank line; unexpected unindent.

vim +1362 Documentation/virt/kvm/api.rst

1347
1348 struct kvm_userspace_memory_region {
1349 __u32 slot;
1350 __u32 flags;
1351 __u64 guest_phys_addr;
1352 __u64 memory_size; /* bytes */
1353 __u64 userspace_addr; /* start of the userspace allocated memory */
1354 };
1355
1356 struct kvm_userspace_memory_region_ext {
1357 struct kvm_userspace_memory_region region;
1358 __u64 private_offset;
1359 __u32 private_fd;
1360 __u32 pad1;
1361 __u64 pad2[14];
> 1362 };
1363
1364 /* for kvm_memory_region::flags */
1365 #define KVM_MEM_LOG_DIRTY_PAGES (1UL << 0)
1366 #define KVM_MEM_READONLY (1UL << 1)
1367 #define KVM_MEM_PRIVATE (1UL << 2)
1368

--
0-DAY CI Kernel Test Service
https://01.org/lkp