Commit 9a232487 authored by Marc-André Lureau's avatar Marc-André Lureau Committed by Michael Tokarev
Browse files

acpi: fix a comment about aml_call0()

parent 4088b553
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();