From: Zenghui Yu Date: Fri, 4 Dec 2020 03:09:53 +0000 (+0800) Subject: pcie_aer: Fix help message of pcie_aer_inject_error command X-Git-Tag: qemu-xen-4.16.0-rc4~445^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ad4e4519c6d0981bd511f7ad9107c16c7a94f5c;p=qemu-xen.git pcie_aer: Fix help message of pcie_aer_inject_error command There is an interesting typo in the help message of pcie_aer_inject_error command. Use 'tlp' instead of 'tlb' to match the PCIe AER term. Signed-off-by: Zenghui Yu Message-Id: <20201204030953.837-1-yuzenghui@huawei.com> Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/hmp-commands.hx b/hmp-commands.hx index ff2d7aa8f3..dd460eb908 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1302,8 +1302,8 @@ ERST " -c for correctable error\n\t\t\t" " = qdev device id\n\t\t\t" " = error string or 32bit\n\t\t\t" - " = 32bit x 4\n\t\t\t" - " = 32bit x 4", + " = 32bit x 4\n\t\t\t" + " = 32bit x 4", .cmd = hmp_pcie_aer_inject_error, },