]> err.no Git - linux-2.6/blobdiff - drivers/acpi/dispatcher/dsmethod.c
ACPICA 20050408 from Bob Moore
[linux-2.6] / drivers / acpi / dispatcher / dsmethod.c
index 9f0456cb9bb55c7d771c77dd487e6f6b7ebf3ce8..9fc3f4c033eb6a5796a1e65ca2e18c2afe0cff5c 100644 (file)
@@ -153,12 +153,11 @@ acpi_ds_parse_method (
        /*
         * Parse the method, first pass
         *
-        * The first pass load is where newly declared named objects are
-        * added into the namespace.  Actual evaluation of
-        * the named objects (what would be called a "second
-        * pass") happens during the actual execution of the
-        * method so that operands to the named objects can
-        * take on dynamic run-time values.
+        * The first pass load is where newly declared named objects are added into
+        * the namespace.  Actual evaluation of the named objects (what would be
+        * called a "second pass") happens during the actual execution of the
+        * method so that operands to the named objects can take on dynamic
+        * run-time values.
         */
        status = acpi_ps_parse_aml (walk_state);
        if (ACPI_FAILURE (status)) {