Skip to content

Commit ee174d3

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: Rename a global variable, no functional change
ACPICA commit ab9c83985e8b2b25dc1c173b753280a8d04922b5 Rename to add the standard prefix for globals. Link: acpica/acpica@ab9c8398 Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ee68d47 commit ee174d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/acpi/acpica/acglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ ACPI_INIT_GLOBAL(union acpi_parse_object, *acpi_gbl_current_scope, NULL);
245245

246246
/* ASL/ASL+ converter */
247247

248-
ACPI_INIT_GLOBAL(u8, gbl_capture_comments, FALSE);
248+
ACPI_INIT_GLOBAL(u8, acpi_gbl_capture_comments, FALSE);
249249
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_last_list_head, NULL);
250250

251251
/*****************************************************************************

drivers/acpi/acpica/psutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml)
161161
acpi_gbl_current_scope = op;
162162
}
163163

164-
if (gbl_capture_comments) {
164+
if (acpi_gbl_capture_comments) {
165165
ASL_CV_TRANSFER_COMMENTS(op);
166166
}
167167
}

0 commit comments

Comments
 (0)