OSDN Git Service

Documentation/hw-vuln: Fix rST warning
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Feb 2023 12:11:32 +0000 (07:11 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Feb 2023 12:24:23 +0000 (07:24 -0500)
The following warning:

   Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst:92: ERROR: Unexpected indentation.

was introduced by commit 493a2c2d23ca.  Fix it by placing everything in
the same paragraph and also use a monospace font.

Fixes: 493a2c2d23ca ("Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions")
Reported-by: Stephen Rothwell <sfr@canb@auug.org.au>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst

index ec6e9f5..875616d 100644 (file)
@@ -88,5 +88,4 @@ capability to override those interceptions, but since this is not common, the
 mitigation that covers this path is not enabled by default.
 
 The mitigation for the KVM_CAP_X86_DISABLE_EXITS capability can be turned on
-using the boolean module parameter mitigate_smt_rsb, e.g.:
-        kvm.mitigate_smt_rsb=1
+using the boolean module parameter mitigate_smt_rsb, e.g. ``kvm.mitigate_smt_rsb=1``.