Skip to content

Commit ed5addd

Browse files
SaketADumbrerafaeljw
authored andcommitted
ACPICA: Fix spelling and typos
ACPICA commit a6a236c44c7d3eb54562fb5ddde4144d8347e0ac Clean up the fix for Issue #900. Link: acpica/acpica@a6a236c4 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 5a02527 commit ed5addd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/acpica/utdebug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void acpi_ut_track_stack_ptr(void)
6767
#pragma GCC diagnostic ignored "-Wdangling-pointer="
6868
#endif
6969
acpi_gbl_lowest_stack_pointer = &current_sp;
70-
#pragma GCC diagnostic popmake
70+
#pragma GCC diagnostic pop
7171
}
7272

7373
if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) {

0 commit comments

Comments
 (0)