Skip to content

Commit 127ce0b

Browse files
author
Marc Zyngier
committed
KVM: arm64: Fix table format for PTP documentation
The documentation build legitimately screams about the PTP documentation table being misformated. Fix it by adjusting the table width guides. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent 300bb1f commit 127ce0b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Documentation/virt/kvm/arm/ptp_kvm.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ host to the guest using a KVM-specific hypercall.
1212
This hypercall uses the SMC32/HVC32 calling convention:
1313

1414
ARM_SMCCC_HYP_KVM_PTP_FUNC_ID
15-
============= ========== ==========
16-
Function ID: (uint32) 0x86000001
17-
Arguments: (uint32) KVM_PTP_VIRT_COUNTER(0)
18-
KVM_PTP_PHYS_COUNTER(1)
19-
Return Values: (int32) NOT_SUPPORTED(-1) on error, or
20-
(uint32) Upper 32 bits of wall clock time (r0)
21-
(uint32) Lower 32 bits of wall clock time (r1)
22-
(uint32) Upper 32 bits of counter (r2)
23-
(uint32) Lower 32 bits of counter (r3)
24-
Endianness: No Restrictions.
25-
============= ========== ==========
15+
============== ======== =====================================
16+
Function ID: (uint32) 0x86000001
17+
Arguments: (uint32) KVM_PTP_VIRT_COUNTER(0)
18+
KVM_PTP_PHYS_COUNTER(1)
19+
Return Values: (int32) NOT_SUPPORTED(-1) on error, or
20+
(uint32) Upper 32 bits of wall clock time (r0)
21+
(uint32) Lower 32 bits of wall clock time (r1)
22+
(uint32) Upper 32 bits of counter (r2)
23+
(uint32) Lower 32 bits of counter (r3)
24+
Endianness: No Restrictions.
25+
============== ======== =====================================

0 commit comments

Comments
 (0)