* [intel-tdx:kvm-upstream-workaround 140/308] htmldocs: Documentation/virt/kvm/api.rst:1362: WARNING: Literal block ends without a blank line; unexpected unindent.
@ 2022-08-17 3:21 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-08-17 3:21 UTC (permalink / raw)
To: Chao Peng; +Cc: kbuild-all, linux-kernel, Isaku Yamahata, Yu Zhang, linux-doc
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@intel.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-17 3:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 3:21 [intel-tdx:kvm-upstream-workaround 140/308] htmldocs: Documentation/virt/kvm/api.rst:1362: WARNING: Literal block ends without a blank line; unexpected unindent kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox