Automated code cleanup

date	2003.02.28.17.06.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:39:08 +00:00
parent b29ead8045
commit d155ccc76b

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* *
* Module Name: adisasm - Application-level disassembler routines * Module Name: adisasm - Application-level disassembler routines
* $Revision: 1.55 $ * $Revision: 1.56 $
* *
*****************************************************************************/ *****************************************************************************/
@ -645,7 +645,6 @@ AdDisplayTables (
} }
/****************************************************************************** /******************************************************************************
* *
* FUNCTION: AdDeferredParse * FUNCTION: AdDeferredParse
@ -848,7 +847,7 @@ AdParseDeferredOps (
* *
* FUNCTION: AdGetLocalTables * FUNCTION: AdGetLocalTables
* *
* PARAMETERS: * PARAMETERS:
* *
* RETURN: None * RETURN: None
* *
@ -868,7 +867,6 @@ AdGetLocalTables (
UINT32 PointerSize; UINT32 PointerSize;
if (GetAllTables) if (GetAllTables)
{ {
ACPI_STRNCPY (TableHeader.Signature, "RSDT", 4); ACPI_STRNCPY (TableHeader.Signature, "RSDT", 4);
@ -1007,7 +1005,7 @@ AdParseTable (
return (AE_NO_MEMORY); return (AE_NO_MEMORY);
} }
Status = AcpiDsInitAmlWalk (WalkState, AcpiGbl_ParsedNamespaceRoot, Status = AcpiDsInitAmlWalk (WalkState, AcpiGbl_ParsedNamespaceRoot,
NULL, AmlStart, AmlLength, NULL, NULL, 1); NULL, AmlStart, AmlLength, NULL, NULL, 1);
if (ACPI_FAILURE (Status)) if (ACPI_FAILURE (Status))
{ {