summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/exstorob.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/exstorob.c')
-rw-r--r--sys/contrib/dev/acpica/exstorob.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/exstorob.c b/sys/contrib/dev/acpica/exstorob.c
index 86c567d..297a154 100644
--- a/sys/contrib/dev/acpica/exstorob.c
+++ b/sys/contrib/dev/acpica/exstorob.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exstorob - AML Interpreter object store support, store to object
- * $Revision: 35 $
+ * $Revision: 37 $
*
*****************************************************************************/
@@ -151,7 +151,8 @@ AcpiExCopyBufferToBuffer (
UINT32 Length;
UINT8 *Buffer;
- PROC_NAME ("AcpiExCopyBufferToBuffer");
+
+ PROC_NAME ("ExCopyBufferToBuffer");
/*
@@ -225,6 +226,9 @@ AcpiExCopyStringToString (
UINT8 *Buffer;
+ FUNCTION_ENTRY ();
+
+
/*
* We know that SourceDesc is a string by now.
*/
@@ -262,9 +266,8 @@ AcpiExCopyStringToString (
{
return (AE_NO_MEMORY);
}
- TargetDesc->String.Length = Length;
-
+ TargetDesc->String.Length = Length;
MEMCPY (TargetDesc->String.Pointer, Buffer, Length);
}
OpenPOWER on IntegriCloud