[PATCH RFC 04/12] Documentation: KVM: Turn - into bullet point
From: Ackerley Tng via B4 Relay
Date: Wed May 27 2026 - 11:36:10 EST
From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
For the :Protects: section of kvm->mmu_lock, a missing space causes the -
to render as a literal - instead of a bullet point. Add space to make it
render as a bullet point.
Signed-off-by: Ackerley Tng <ackerleytng@xxxxxxxxxx>
---
Documentation/virt/kvm/locking.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/virt/kvm/locking.rst b/Documentation/virt/kvm/locking.rst
index 67dd2066f6d98..e349c2cb94943 100644
--- a/Documentation/virt/kvm/locking.rst
+++ b/Documentation/virt/kvm/locking.rst
@@ -283,7 +283,7 @@ time it will be set using the Dirty tracking mechanism described above.
^^^^^^^^^^^^^^^^^
:Type: spinlock_t or rwlock_t
:Arch: any
-:Protects: -shadow page/shadow tlb entry
+:Protects: - shadow page/shadow tlb entry
:Comment: it is a spinlock since it is used in mmu notifier.
``kvm->srcu``
--
2.54.0.823.g6e5bcc1fc9-goog