]> err.no Git - linux-2.6/blobdiff - drivers/acpi/parser/pswalk.c
ACPICA 20050408 from Bob Moore
[linux-2.6] / drivers / acpi / parser / pswalk.c
index 110d2ce917b643a92f44b0f2967d04871bd23582..9d20cb2ceb518768814a22473a8f7d3fa34bc4c5 100644 (file)
@@ -90,17 +90,15 @@ acpi_ps_delete_parse_tree (
                        }
                }
 
-               /*
-                * No more children, this Op is complete.
-                */
+               /* No more children, this Op is complete. */
+
                next = op->common.next;
                parent = op->common.parent;
 
                acpi_ps_free_op (op);
 
-               /*
-                * If we are back to the starting point, the walk is complete.
-                */
+               /* If we are back to the starting point, the walk is complete. */
+
                if (op == subtree_root) {
                        return_VOID;
                }
@@ -111,5 +109,6 @@ acpi_ps_delete_parse_tree (
                        op = parent;
                }
        }
+
        return_VOID;
 }