Deleted Added
full compact
493c493
< ACPI_FUNCTION_TRACE (UtRemoveAllocation);
---
> ACPI_FUNCTION_NAME (UtRemoveAllocation);
498c498
< return_ACPI_STATUS (AE_OK);
---
> return (AE_OK);
509c509
< return_ACPI_STATUS (AE_OK);
---
> return (AE_OK);
515c515
< return_ACPI_STATUS (Status);
---
> return (Status);
533a534,536
> ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "Freeing %p, size 0%X\n",
> &Allocation->UserSpace, Allocation->Size));
>
538,540d540
< ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "Freeing size 0%X\n",
< Allocation->Size));
<
542c542
< return_ACPI_STATUS (Status);
---
> return (Status);