]> git.proxmox.com Git - mirror_qemu.git/commitdiff
pcie_aer: fix typos in pcie_aer_inject_error comment
authorChen Fan <chen.fan.fnst@cn.fujitsu.com>
Tue, 10 Mar 2015 01:49:48 +0000 (09:49 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Mar 2015 11:19:16 +0000 (12:19 +0100)
Refer to "PCI Express Base Spec3.0", this comments can't
fit the description in spec, so we should fix them.

Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pcie_aer.c

index c7fad3402c7f81d5b8d3bbeb1fe323511e003728..9daebc2bd8eb61d77166eec2c7ef54933576dfb7 100644 (file)
@@ -618,11 +618,11 @@ static bool pcie_aer_inject_uncor_error(PCIEAERInject *inj, bool is_fatal)
  * non-Function specific error must be recorded in all functions.
  * It is the responsibility of the caller of this function.
  * It is also caller's responsibility to determine which function should
- * report the rerror.
+ * report the error.
  *
  * 6.2.4 Error Logging
- * 6.2.5 Sqeunce of Device Error Signaling and Logging Operations
- * table 6-2: Flowchard Showing Sequence of Device Error Signaling and Logging
+ * 6.2.5 Sequence of Device Error Signaling and Logging Operations
+ * table 6-2: Flowchart Showing Sequence of Device Error Signaling and Logging
  *            Operations
  */
 int pcie_aer_inject_error(PCIDevice *dev, const PCIEAERErr *err)