projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4088b55
)
acpi: fix a comment about aml_call0()
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Fri, 13 Apr 2018 16:45:45 +0000
(18:45 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sun, 20 May 2018 05:58:58 +0000
(08:58 +0300)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/acpi/aml-build.c
patch
|
blob
|
history
diff --git
a/hw/acpi/aml-build.c
b/hw/acpi/aml-build.c
index 3fa557cea110a7797cb108941f64f1383f6b78eb..1e43cd736de914d9d77e546d10d9f5d83f931fe6 100644
(file)
--- a/
hw/acpi/aml-build.c
+++ b/
hw/acpi/aml-build.c
@@
-627,7
+627,7
@@
Aml *aml_notify(Aml *arg1, Aml *arg2)
return var;
}
-/* helper to call method with
1
argument */
+/* helper to call method with
out
argument */
Aml *aml_call0(const char *method)
{
Aml *var = aml_alloc();