Deleted Added
full compact
dswscope.c (231844) dswscope.c (241973)
1/******************************************************************************
2 *
3 * Module Name: dswscope - Scope stack manipulation
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 221 unchanged lines hidden (view full) ---

230 {
231 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
232 "[\\___] (ROOT)\n"));
233 }
234
235 AcpiUtDeleteGenericState (ScopeInfo);
236 return_ACPI_STATUS (AE_OK);
237}
1/******************************************************************************
2 *
3 * Module Name: dswscope - Scope stack manipulation
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 221 unchanged lines hidden (view full) ---

230 {
231 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
232 "[\\___] (ROOT)\n"));
233 }
234
235 AcpiUtDeleteGenericState (ScopeInfo);
236 return_ACPI_STATUS (AE_OK);
237}
238
239