Skip to content

Commit 073b3ec

Browse files
Binbin Wusean-jc
authored andcommitted
Documentation: KVM: Fix unexpected unindent warning
Add proper indentations to bullet list item to resolve the warning: "Bullet list ends without a blank line; unexpected unindent." Closes:https://lore.kernel.org/kvm/20250623162110.6e2f4241@canb.auug.org.au Fixes: 4580dbe ("KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Binbin Wu <binbin.wu@linux.intel.com> Link: https://lore.kernel.org/r/20250701012536.1281367-1-binbin.wu@linux.intel.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 4578a74 commit 073b3ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/virt/kvm/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7230,8 +7230,8 @@ inputs and outputs of the TDVMCALL. Currently the following values of
72307230
placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
72317231
field of the union.
72327232

7233-
* ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
7234-
set up a notification interrupt for vector ``vector``.
7233+
* ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
7234+
set up a notification interrupt for vector ``vector``.
72357235

72367236
KVM may add support for more values in the future that may cause a userspace
72377237
exit, even without calls to ``KVM_ENABLE_CAP`` or similar. In this case,

0 commit comments

Comments
 (0)