From: Michael S. Tsirkin Date: Wed, 15 Apr 2015 08:55:46 +0000 (+0200) Subject: acpi-build: close } in comment X-Git-Tag: v2.4.0-rc0~139^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=853cff8e2815c99429d53baa71110416c1de2798;p=thirdparty%2Fqemu.git acpi-build: close } in comment missing } confuses editors Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index e761005efa1..1cfe265e63f 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++) {