acpi: fix a comment about aml_call0()

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>
This commit is contained in:
Marc-André Lureau
2018-05-20 08:58:58 +03:00
committed by Michael Tokarev
parent 4088b55364
commit 9a232487aa
+1 -1
View File
@@ -627,7 +627,7 @@ Aml *aml_notify(Aml *arg1, Aml *arg2)
return var;
}
/* helper to call method with 1 argument */
/* helper to call method without argument */
Aml *aml_call0(const char *method)
{
Aml *var = aml_alloc();