Skip to content

Commit 6836e1f

Browse files
ouptonbonzini
authored andcommitted
Documentation: KVM: Use unordered list for pre-init VGIC registers
The intent was to create a single column table, however the markup used was actually for a header which led to docs build failures: Sphinx parallel build error: docutils.utils.SystemMessage: Documentation/virt/kvm/devices/arm-vgic-v3.rst:128: (SEVERE/4) Unexpected section title or transition. Fix the issue by converting the attempted table to an unordered list. Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/linux-next/[email protected]/ Signed-off-by: Oliver Upton <[email protected]> Message-ID: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 03b1198 commit 6836e1f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Documentation/virt/kvm/devices/arm-vgic-v3.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,8 @@ Groups:
125125
Userspace is allowed to write the following register fields prior to
126126
initialization of the VGIC:
127127

128-
=====================
129-
GICD_IIDR.Revision
130-
GICD_TYPER2.nASSGIcap
131-
=====================
132-
128+
* GICD_IIDR.Revision
129+
* GICD_TYPER2.nASSGIcap
133130

134131
GICD_IIDR.Revision is updated when the KVM implementation is changed in a
135132
way directly observable by the guest or userspace. Userspace should read

0 commit comments

Comments
 (0)