summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/nssearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/nssearch.c')
-rw-r--r--sys/contrib/dev/acpica/nssearch.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/contrib/dev/acpica/nssearch.c b/sys/contrib/dev/acpica/nssearch.c
index 4b7819d..56763a5 100644
--- a/sys/contrib/dev/acpica/nssearch.c
+++ b/sys/contrib/dev/acpica/nssearch.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: nssearch - Namespace search
- * $Revision: 92 $
+ * $Revision: 95 $
*
******************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -135,8 +135,8 @@
*
* RETURN: Status
*
- * DESCRIPTION: Search a single level of the namespace. Performs a
- * simple search of the specified level, and does not add
+ * DESCRIPTION: Search a single level of the namespace. Performs a
+ * simple search of the specified level, and does not add
* entries or search parents.
*
*
@@ -167,7 +167,7 @@ AcpiNsSearchNode (
#ifdef ACPI_DEBUG_OUTPUT
if (ACPI_LV_NAMES & AcpiDbgLevel)
{
- NATIVE_CHAR *ScopeName;
+ char *ScopeName;
ScopeName = AcpiNsGetExternalPathname (Node);
if (ScopeName)
@@ -181,7 +181,7 @@ AcpiNsSearchNode (
#endif
/*
- * Search for name at this namespace level, which is to say that we
+ * Search for name at this namespace level, which is to say that we
* must search for the name among the children of this object
*/
NextNode = Node->Child;
@@ -269,7 +269,7 @@ AcpiNsSearchParentTree (
ParentNode = AcpiNsGetParentNode (Node);
/*
- * If there is no parent (i.e., we are at the root) or
+ * If there is no parent (i.e., we are at the root) or
* type is "local", we won't be searching the parent tree.
*/
if (!ParentNode)
@@ -379,7 +379,7 @@ AcpiNsSearchAndEnter (
if (!AcpiUtValidAcpiName (TargetName))
{
- ACPI_REPORT_ERROR (("NsSearchAndEnter: Bad character in ACPI Name: %X\n",
+ ACPI_REPORT_ERROR (("NsSearchAndEnter: Bad character in ACPI Name: %X\n",
TargetName));
return_ACPI_STATUS (AE_BAD_CHARACTER);
}
OpenPOWER on IntegriCloud