linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Marc Zyngier <maz@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org
Subject: [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.
Date: Fri, 17 Feb 2023 09:19:29 +0800	[thread overview]
Message-ID: <202302170953.UioMK79b-lkp@intel.com> (raw)

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

                 reply	other threads:[~2023-02-17  1:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202302170953.UioMK79b-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).