]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
acpi-build: close } in comment
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 15 Apr 2015 08:55:46 +0000 (10:55 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Apr 2015 18:49:45 +0000 (20:49 +0200)
missing } confuses editors

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c

index e761005efa1b2060098f452ae3ca6230ae350ba5..1cfe265e63fd26e9d2cc6944dfdc152e6eefdfb0 100644 (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++) {