acpi-build: close } in comment

missing } confuses editors

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2015-04-15 10:55:46 +02:00
parent 0d81cdddaa
commit 853cff8e28
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ build_ssdt(GArray *table_data, GArray *linker,
}
/* build Method(MEMORY_SLOT_NOTIFY_METHOD, 2) {
* If (LEqual(Arg0, 0x00)) {Notify(MP00, Arg1)} ...
* If (LEqual(Arg0, 0x00)) {Notify(MP00, Arg1)} ... }
*/
method = aml_method(stringify(MEMORY_SLOT_NOTIFY_METHOD), 2);
for (i = 0; i < nr_mem; i++) {