Skip to content

Commit 971cecb

Browse files
committed
Documentation/hw-vuln: Fix rST warning
The following warning: Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst:92: ERROR: Unexpected indentation. was introduced by commit 493a2c2. Fix it by placing everything in the same paragraph and also use a monospace font. Fixes: 493a2c2 ("Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions") Reported-by: Stephen Rothwell <sfr@[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 493a2c2 commit 971cecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,4 @@ capability to override those interceptions, but since this is not common, the
8888
mitigation that covers this path is not enabled by default.
8989

9090
The mitigation for the KVM_CAP_X86_DISABLE_EXITS capability can be turned on
91-
using the boolean module parameter mitigate_smt_rsb, e.g.:
92-
kvm.mitigate_smt_rsb=1
91+
using the boolean module parameter mitigate_smt_rsb, e.g. ``kvm.mitigate_smt_rsb=1``.

0 commit comments

Comments
 (0)