Commit 23e528d9 authored by Sean Christopherson's avatar Sean Christopherson Committed by Paolo Bonzini

KVM: Delete extra block of "};" in the KVM API documentation

Delete an extra block of code/documentation that snuck in when KVM's
documentation was converted to ReST format.

Fixes: 106ee47d ("docs: kvm: Convert api.txt to ReST format")
Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
Message-Id: <20221207003637.2041211-1-seanjc@google.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 562f5bc4
...@@ -6577,11 +6577,6 @@ Please note that the kernel is allowed to use the kvm_run structure as the ...@@ -6577,11 +6577,6 @@ Please note that the kernel is allowed to use the kvm_run structure as the
primary storage for certain register types. Therefore, the kernel may use the primary storage for certain register types. Therefore, the kernel may use the
values in kvm_run even if the corresponding bit in kvm_dirty_regs is not set. values in kvm_run even if the corresponding bit in kvm_dirty_regs is not set.
::
};
6. Capabilities that can be enabled on vCPUs 6. Capabilities that can be enabled on vCPUs
============================================ ============================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment