From: Greg Kurz Date: Fri, 5 Apr 2019 08:05:19 +0000 (+0200) Subject: target/ppc/trace-events: Fix trivial typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=83416be886d92bfeda668e9a3325f180e3a36766;p=qemu.git target/ppc/trace-events: Fix trivial typo Signed-off-by: Greg Kurz Message-Id: <155445151931.302073.18436485925081597460.stgit@bahia.lan> Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: David Gibson --- diff --git a/target/ppc/trace-events b/target/ppc/trace-events index 3858f97dff..ed4d57c6d9 100644 --- a/target/ppc/trace-events +++ b/target/ppc/trace-events @@ -1,5 +1,5 @@ # See docs/devel/tracing.txt for syntax documentation. # kvm.c -kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s" -kvm_failed_spr_get(int str, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s" +kvm_failed_spr_set(int spr, const char *msg) "Warning: Unable to set SPR %d to KVM: %s" +kvm_failed_spr_get(int spr, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s"