Commit 127ce0b1 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 300bb1fe
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ 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)
@@ -22,4 +22,4 @@ ARM_SMCCC_HYP_KVM_PTP_FUNC_ID
                      (uint32)    Upper 32 bits of counter (r2)
                      (uint32)    Lower 32 bits of counter (r3)
    Endianness:                   No Restrictions.
    =============    ==========    ==========
    ==============    ========    =====================================