linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [arm-platforms:kvm-arm64/timer-vm-offsets 12/17] htmldocs: Documentation/virt/kvm/api.rst:5963: WARNING: Block quote ends without a blank line; unexpected unindent.
@ 2023-02-17  1:19 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-02-17  1:19 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: oe-kbuild-all, linux-arm-kernel, linux-doc

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/timer-vm-offsets
head:   c9beb39db9bf98e626b6e6abd3c313ed7967aa73
commit: f4bc12951146425e36e4b5bbc8df2c10dd377ea1 [12/17] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
reproduce:
        # https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?id=f4bc12951146425e36e4b5bbc8df2c10dd377ea1
        git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
        git fetch --no-tags arm-platforms kvm-arm64/timer-vm-offsets
        git checkout f4bc12951146425e36e4b5bbc8df2c10dd377ea1
        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@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302170953.UioMK79b-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/virt/kvm/api.rst:5963: WARNING: Block quote ends without a blank line; unexpected unindent.

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

  5948	
  5949	This capability indicates that userspace is able to apply a set of
  5950	VM-wide offsets to the virtual and physical counters as viewed by the
  5951	guest using the KVM_ARM_SET_CNT_OFFSETS ioctl and the following data
  5952	structure:
  5953	
  5954		struct kvm_arm_counter_offsets {
  5955			__u64 virtual_offset;
  5956			__u64 physical_offset;
  5957	
  5958		#define KVM_COUNTER_SET_VOFFSET_FLAG   (1UL << 0)
  5959		#define KVM_COUNTER_SET_POFFSET_FLAG   (1UL << 1)
  5960	
  5961			__u64 flags;
  5962			__u64 reserved;
> 5963		};
  5964	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-17  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17  1:19 [arm-platforms:kvm-arm64/timer-vm-offsets 12/17] htmldocs: Documentation/virt/kvm/api.rst:5963: WARNING: Block quote 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;
as well as URLs for NNTP newsgroup(s).