Skip to content

Commit c1be1ef

Browse files
bagasmebonzini
authored andcommitted
Documentation: kvm: Add missing line break in api.rst
Add missing line break separator between literal block and description of KVM_EXIT_RISCV_SBI. This fixes: </path/to/linux>/Documentation/virt/kvm/api.rst:6118: WARNING: Literal block ends without a blank line; unexpected unindent. Fixes: da40d85 (RISC-V: KVM: Document RISC-V specific parts of KVM API, 2021-09-27) Cc: Anup Patel <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Paul Walmsley <[email protected]> Cc: Palmer Dabbelt <[email protected]> Cc: Albert Ou <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Bagas Sanjaya <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 3203a56 commit c1be1ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6190,6 +6190,7 @@ Valid values for 'type' are:
61906190
unsigned long args[6];
61916191
unsigned long ret[2];
61926192
} riscv_sbi;
6193+
61936194
If exit reason is KVM_EXIT_RISCV_SBI then it indicates that the VCPU has
61946195
done a SBI call which is not handled by KVM RISC-V kernel module. The details
61956196
of the SBI call are available in 'riscv_sbi' member of kvm_run structure. The

0 commit comments

Comments
 (0)