vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / namespace / nsalloc.c
index 89b9977..bfd922c 100644 (file)
@@ -5,7 +5,7 @@
  ******************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -502,8 +502,8 @@ acpi_ns_delete_namespace_subtree (
                                 * visit the node
                                 */
                                level++;
-                               parent_node   = child_node;
-                               child_node    = NULL;
+                               parent_node = child_node;
+                               child_node = NULL;
                        }
                }
                else {
@@ -650,8 +650,8 @@ acpi_ns_delete_namespace_by_owner (
                                 * visit the node
                                 */
                                level++;
-                               parent_node   = child_node;
-                               child_node    = NULL;
+                               parent_node = child_node;
+                               child_node = NULL;
                        }
                        else if (child_node->owner_id == owner_id) {
                                deletion_node = child_node;