summaryrefslogtreecommitdiff
path: root/Documentation/virt/kvm/arm
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-04-08 16:31:24 +0300
committerMarc Zyngier <maz@kernel.org>2021-04-08 16:31:24 +0300
commit127ce0b14133f48a5635faa9dac69a3a99f85146 (patch)
treeb89dfeb4890b8295d77b65ce4d143c4b7adccc82 /Documentation/virt/kvm/arm
parent300bb1fe767183a1ca1dadf691409c53c4ecff4b (diff)
downloadlinux-127ce0b14133f48a5635faa9dac69a3a99f85146.tar.xz
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 <sfr@canb.auug.org.au> Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'Documentation/virt/kvm/arm')
-rw-r--r--Documentation/virt/kvm/arm/ptp_kvm.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/virt/kvm/arm/ptp_kvm.rst b/Documentation/virt/kvm/arm/ptp_kvm.rst
index 68cffb50d8bf..5d2bc4558b9d 100644
--- a/Documentation/virt/kvm/arm/ptp_kvm.rst
+++ b/Documentation/virt/kvm/arm/ptp_kvm.rst
@@ -12,14 +12,14 @@ host to the guest using a KVM-specific hypercall.
This hypercall uses the SMC32/HVC32 calling convention:
ARM_SMCCC_HYP_KVM_PTP_FUNC_ID
- ============= ========== ==========
- Function ID: (uint32) 0x86000001
- Arguments: (uint32) KVM_PTP_VIRT_COUNTER(0)
- KVM_PTP_PHYS_COUNTER(1)
- Return Values: (int32) NOT_SUPPORTED(-1) on error, or
- (uint32) Upper 32 bits of wall clock time (r0)
- (uint32) Lower 32 bits of wall clock time (r1)
- (uint32) Upper 32 bits of counter (r2)
- (uint32) Lower 32 bits of counter (r3)
- Endianness: No Restrictions.
- ============= ========== ==========
+ ============== ======== =====================================
+ Function ID: (uint32) 0x86000001
+ Arguments: (uint32) KVM_PTP_VIRT_COUNTER(0)
+ KVM_PTP_PHYS_COUNTER(1)
+ Return Values: (int32) NOT_SUPPORTED(-1) on error, or
+ (uint32) Upper 32 bits of wall clock time (r0)
+ (uint32) Lower 32 bits of wall clock time (r1)
+ (uint32) Upper 32 bits of counter (r2)
+ (uint32) Lower 32 bits of counter (r3)
+ Endianness: No Restrictions.
+ ============== ======== =====================================