Code cleanup (acpisrc -c)

date	2001.02.23.23.28.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:52 +00:00
parent 06ab77ea7d
commit f26d2676a0
2 changed files with 386 additions and 390 deletions

View File

@ -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