summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-04-15 10:55:46 +0200
committerMichael S. Tsirkin <mst@redhat.com>2015-04-27 20:49:45 +0200
commit853cff8e2815c99429d53baa71110416c1de2798 (patch)
tree0b10acbd45609ca31ef83267a49672a37dadcea9
parent0d81cdddaa40a1988b24657aeac19959cfad0fde (diff)
downloadqemu-853cff8e2815c99429d53baa71110416c1de2798.tar.gz
acpi-build: close } in comment
missing } confuses editors Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--hw/i386/acpi-build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index e761005efa..1cfe265e63 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -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++) {