acpi-build: close } in comment
missing } confuses editors Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
0d81cdddaa
commit
853cff8e28
@ -976,7 +976,7 @@ build_ssdt(GArray *table_data, GArray *linker,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* build Method(MEMORY_SLOT_NOTIFY_METHOD, 2) {
|
/* 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);
|
method = aml_method(stringify(MEMORY_SLOT_NOTIFY_METHOD), 2);
|
||||||
for (i = 0; i < nr_mem; i++) {
|
for (i = 0; i < nr_mem; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user