summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dswexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dswexec.c')
-rw-r--r--sys/contrib/dev/acpica/dswexec.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/dswexec.c b/sys/contrib/dev/acpica/dswexec.c
index f8582e3..316442b 100644
--- a/sys/contrib/dev/acpica/dswexec.c
+++ b/sys/contrib/dev/acpica/dswexec.c
@@ -2,7 +2,7 @@
*
* Module Name: dswexec - Dispatcher method execution callbacks;
* dispatch to interpreter.
- * $Revision: 94 $
+ * $Revision: 95 $
*
*****************************************************************************/
@@ -417,7 +417,6 @@ AcpiDsExecBeginOp (
}
-
/*****************************************************************************
*
* FUNCTION: AcpiDsExecEndOp
@@ -660,7 +659,7 @@ AcpiDsExecEndOp (
case AML_INT_EVAL_SUBTREE_OP:
- Status = AcpiDsEvalDataObjectOperands (WalkState, Op,
+ Status = AcpiDsEvalDataObjectOperands (WalkState, Op,
AcpiNsGetAttachedObject (Op->Common.Parent->Common.Node));
break;
OpenPOWER on IntegriCloud