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/[email protected] Fixes: 4580dbe ("KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Binbin Wu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent 4578a74 commit 073b3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)