projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d81cdd
)
acpi-build: close } in comment
author
Michael S. Tsirkin
<mst@redhat.com>
Wed, 15 Apr 2015 08:55:46 +0000
(10:55 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/hw/i386/acpi-build.c
b/hw/i386/acpi-build.c
index e761005efa1b2060098f452ae3ca6230ae350ba5..1cfe265e63fd26e9d2cc6944dfdc152e6eefdfb0 100644
(file)
--- 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++) {