From 1f3392b7b3790e0207e6d1fc717f02949ae17190 Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Wed, 30 Nov 2011 12:39:47 +0800 Subject: 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 Signed-off-by: Stefan Hajnoczi --- hmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index 79a919526d..54b2abf458 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -923,7 +923,7 @@ ETEXI " = 32bit x 4\n\t\t\t" " = 32bit x 4", .user_print = pcie_aer_inject_error_print, - .mhandler.cmd_new = do_pcie_aer_inejct_error, + .mhandler.cmd_new = do_pcie_aer_inject_error, }, STEXI -- cgit v1.2.1