diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2011-11-30 12:39:47 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-12-06 09:56:41 +0000 |
commit | 1f3392b7b3790e0207e6d1fc717f02949ae17190 (patch) | |
tree | 81bfaa94ce6135a40258aac09b939c229086d073 /hw/pcie_aer.c | |
parent | 66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112 (diff) | |
download | qemu-1f3392b7b3790e0207e6d1fc717f02949ae17190.zip |
pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error
This function name is a bit wrong. Although it doesn't impact function, it is a bit necessary that we should fixup it.
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/pcie_aer.c')
-rw-r--r-- | hw/pcie_aer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pcie_aer.c b/hw/pcie_aer.c index b9d1097936..3b6981c7b7 100644 --- a/hw/pcie_aer.c +++ b/hw/pcie_aer.c @@ -951,7 +951,7 @@ static int pcie_aer_parse_error_string(const char *error_name, return -EINVAL; } -int do_pcie_aer_inejct_error(Monitor *mon, +int do_pcie_aer_inject_error(Monitor *mon, const QDict *qdict, QObject **ret_data) { const char *id = qdict_get_str(qdict, "id"); |