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-04-13 18:45:45 +02:00 committed by Michael Tokarev
parent 4088b55364
commit 9a232487aa
1 changed files with 1 additions and 1 deletions

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();