mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
ACPICA: Fix spelling and typos
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>
This commit is contained in:
parent
5a02527783
commit
ed5addd098
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void acpi_ut_track_stack_ptr(void)
|
|||
#pragma GCC diagnostic ignored "-Wdangling-pointer="
|
||||
#endif
|
||||
acpi_gbl_lowest_stack_pointer = ¤t_sp;
|
||||
#pragma GCC diagnostic popmake
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) {
|
||||
|
|
Loading…
Reference in a new issue