Signed-off-by: John Snow <[email protected]> --- qapi/machine-s390x.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/qapi/machine-s390x.json b/qapi/machine-s390x.json index a83a258d6ce..dcbad9b4039 100644 --- a/qapi/machine-s390x.json +++ b/qapi/machine-s390x.json @@ -20,10 +20,9 @@ ## # @set-cpu-topology: -# -# Modify the topology by moving the CPU inside the topology tree, or -# by changing a modifier attribute of a CPU. Absent values will not -# be modified. +# Modify the topology by moving the CPU inside the topology tree, +# or by changing a modifier attribute of a CPU. Absent values +# will not be modified. # # @core-id: the vCPU ID to be moved # -- 2.55.0
