diff options
Diffstat (limited to 'source/components/namespace/nsobject.c')
| -rw-r--r-- | source/components/namespace/nsobject.c | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/source/components/namespace/nsobject.c b/source/components/namespace/nsobject.c index 9b219a5624476..54e918ebbcdd7 100644 --- a/source/components/namespace/nsobject.c +++ b/source/components/namespace/nsobject.c @@ -66,7 +66,7 @@   * RETURN:      Status   *   * DESCRIPTION: Record the given object as the value associated with the - *              name whose ACPI_HANDLE is passed.  If Object is NULL + *              name whose ACPI_HANDLE is passed. If Object is NULL   *              and Type is ACPI_TYPE_ANY, set the name as having no value.   *              Note: Future may require that the Node->Flags field be passed   *              as a parameter. @@ -146,7 +146,7 @@ AcpiNsAttachObject (      {          /*           * Value passed is a name handle and that name has a -         * non-null value.  Use that name's value and type. +         * non-null value. Use that name's value and type.           */          ObjDesc    = ((ACPI_NAMESPACE_NODE *) Object)->Object;          ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; @@ -354,7 +354,7 @@ AcpiNsGetSecondaryObject (   *   * RETURN:      Status   * - * DESCRIPTION: Low-level attach data.  Create and attach a Data object. + * DESCRIPTION: Low-level attach data. Create and attach a Data object.   *   ******************************************************************************/ @@ -420,7 +420,7 @@ AcpiNsAttachData (   *   * RETURN:      Status   * - * DESCRIPTION: Low-level detach data.  Delete the data node, but the caller + * DESCRIPTION: Low-level detach data. Delete the data node, but the caller   *              is responsible for the actual data.   *   ******************************************************************************/ @@ -501,5 +501,3 @@ AcpiNsGetAttachedData (      return (AE_NOT_FOUND);  } - - | 
