[PATCH next] Documentation: KVM: Fix unexpected unindent warning

Binbin Wu posted 1 patch 3 months, 1 week ago
Documentation/virt/kvm/api.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH next] Documentation: KVM: Fix unexpected unindent warning
Posted by Binbin Wu 3 months, 1 week ago
Add proper indentations to bullet list item to resolve the warning:
"Bullet list ends without a blank line; unexpected unindent."

Fixes: 4580dbef5ce0 ("KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes:https://lore.kernel.org/kvm/20250623162110.6e2f4241@canb.auug.org.au
Signed-off-by: Binbin Wu <binbin.wu@linux.intel.com>
---
Fix the remaining one on the next branch. The other two are handled by
https://lore.kernel.org/kvm/20250625014829.82289-1-binbin.wu@linux.intel.com/
---
 Documentation/virt/kvm/api.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 43ed57e048a8..6ab242418c92 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -7230,8 +7230,8 @@ inputs and outputs of the TDVMCALL.  Currently the following values of
    placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
    field of the union.
 
-* ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
-set up a notification interrupt for vector ``vector``.
+ * ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
+   set up a notification interrupt for vector ``vector``.
 
 KVM may add support for more values in the future that may cause a userspace
 exit, even without calls to ``KVM_ENABLE_CAP`` or similar.  In this case,

base-commit: 6c7ecd725e503bf2ca69ff52c6cc48bb650b1f11
-- 
2.46.0
Re: [PATCH next] Documentation: KVM: Fix unexpected unindent warning
Posted by Sean Christopherson 2 months, 4 weeks ago
On Tue, 01 Jul 2025 09:25:36 +0800, Binbin Wu wrote:
> 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

Applied to kvm-x86 fixes, thanks!

[1/1] Documentation: KVM: Fix unexpected unindent warning
      https://github.com/kvm-x86/linux/commit/073b3eca08f9

--
https://github.com/kvm-x86/linux/tree/next