[PATCH v1 06/12] ACPICA: Fix spelling and typos

Rafael J. Wysocki posted 12 patches 1 year, 10 months ago
There is a newer version of this series
[PATCH v1 06/12] ACPICA: Fix spelling and typos
Posted by Rafael J. Wysocki 1 year, 10 months ago
From: Saket Dumbre <saket.dumbre@intel.com>

ACPICA commit a6a236c44c7d3eb54562fb5ddde4144d8347e0ac

Clean up the fix for Issue #900.

Link: https://github.com/acpica/acpica/commit/a6a236c4
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 drivers/acpi/acpica/utdebug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpica/utdebug.c b/drivers/acpi/acpica/utdebug.c
index 98027d2f7bfb..3d71bd9245c7 100644
--- a/drivers/acpi/acpica/utdebug.c
+++ b/drivers/acpi/acpica/utdebug.c
@@ -67,7 +67,7 @@ void acpi_ut_track_stack_ptr(void)
 #pragma GCC diagnostic ignored "-Wdangling-pointer="
 #endif
 		acpi_gbl_lowest_stack_pointer = &current_sp;
-#pragma GCC diagnostic popmake
+#pragma GCC diagnostic pop
 	}
 
 	if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) {
-- 
2.35.3