Skip to content

Commit 5447863

Browse files
author
Marc Zyngier
committed
KVM: arm64: nv: Fix doc header layout for timers
Stephen reports that 'make htmldocs' spits out a warning ("Documentation/virt/kvm/devices/vcpu.rst:147: WARNING: Definition list ends without a blank line; unexpected unindent."). Fix it by keeping all the timer attributes on a single line. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent affd1c8 commit 5447863

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/virt/kvm/devices/vcpu.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ the cpu field to the processor id.
142142

143143
:Architectures: ARM64
144144

145-
2.1. ATTRIBUTES: KVM_ARM_VCPU_TIMER_IRQ_VTIMER, KVM_ARM_VCPU_TIMER_IRQ_PTIMER,
146-
KVM_ARM_VCPU_TIMER_IRQ_HVTIMER, KVM_ARM_VCPU_TIMER_IRQ_HPTIMER,
147-
--------------------------------------------------------------------------------
145+
2.1. ATTRIBUTES: KVM_ARM_VCPU_TIMER_IRQ_{VTIMER,PTIMER,HVTIMER,HPTIMER}
146+
-----------------------------------------------------------------------
148147

149148
:Parameters: in kvm_device_attr.addr the address for the timer interrupt is a
150149
pointer to an int

0 commit comments

Comments
 (0)