Comment cleanup

date	2001.07.10.20.33.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:14:35 +00:00
parent eb13582db9
commit 3e76ebe0e7

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* *
* Module Name: psxface - Parser external interfaces * Module Name: psxface - Parser external interfaces
* $Revision: 1.44 $ * $Revision: 1.45 $
* *
*****************************************************************************/ *****************************************************************************/
@ -128,7 +128,7 @@
MODULE_NAME ("psxface") MODULE_NAME ("psxface")
/***************************************************************************** /*******************************************************************************
* *
* FUNCTION: AcpiPsxExecute * FUNCTION: AcpiPsxExecute
* *
@ -144,7 +144,7 @@
* *
* DESCRIPTION: Execute a control method * DESCRIPTION: Execute a control method
* *
****************************************************************************/ ******************************************************************************/
ACPI_STATUS ACPI_STATUS
AcpiPsxExecute ( AcpiPsxExecute (
@ -199,7 +199,6 @@ AcpiPsxExecute (
* Perform the first pass parse of the method to enter any * Perform the first pass parse of the method to enter any
* named objects that it creates into the namespace * named objects that it creates into the namespace
*/ */
DEBUG_PRINTP (ACPI_INFO, DEBUG_PRINTP (ACPI_INFO,
("**** Begin Method Execution **** Entry=%p obj=%p\n", ("**** Begin Method Execution **** Entry=%p obj=%p\n",
MethodNode, ObjDesc)); MethodNode, ObjDesc));
@ -255,11 +254,9 @@ AcpiPsxExecute (
/* /*
* Normal exit is with Status == AE_RETURN_VALUE when a ReturnOp has been * If the method has returned an object, signal this to the caller with
* executed, or with Status == AE_PENDING at end of AML block (end of * a control exception code
* Method code)
*/ */
if (*ReturnObjDesc) if (*ReturnObjDesc)
{ {
DEBUG_PRINTP (ACPI_INFO, ("Method returned ObjDesc=%X\n", DEBUG_PRINTP (ACPI_INFO, ("Method returned ObjDesc=%X\n",