mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Code cleanup (acpisrc -c)
date 2001.02.23.23.28.00; author rmoore1; state Exp;
This commit is contained in:
parent
06ab77ea7d
commit
f26d2676a0
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: cmalloc - local memory allocation routines
|
||||
* $Revision: 1.84 $
|
||||
* $Revision: 1.85 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -270,7 +270,7 @@ AcpiCmAddElementToAllocList (
|
||||
Element = AcpiCmSearchAllocList (Address);
|
||||
if (Element)
|
||||
{
|
||||
REPORT_ERROR (("CmAddElementToAllocList: Address already present in list! (%p)\n",
|
||||
REPORT_ERROR (("CmAddElementToAllocList: Address already present in list! (%p)\n",
|
||||
Address));
|
||||
|
||||
DEBUG_PRINT (ACPI_ERROR, ("Element %p Address %p\n", Element, Address));
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user