ACPICA: Core: Major update for code formatting, no functional changes
[linux-2.6-block.git] / drivers / acpi / acpica / rslist.c
index 50d5be2ee0622f28e12fb6f60176fef99c6ed4da..286ccb461a20cc2e087fa11f8da12dbd2d79b8ea 100644 (file)
@@ -89,6 +89,7 @@ acpi_rs_convert_aml_to_resources(u8 * aml,
        /* Get the appropriate conversion info table */
 
        aml_resource = ACPI_CAST_PTR(union aml_resource, aml);
+
        if (acpi_ut_get_resource_type(aml) == ACPI_RESOURCE_NAME_SERIAL_BUS) {
                if (aml_resource->common_serial_bus.type >
                    AML_RESOURCE_MAX_SERIALBUSTYPE) {
@@ -225,10 +226,10 @@ acpi_rs_convert_resources_to_aml(struct acpi_resource *resource,
 
                /* Perform final sanity check on the new AML resource descriptor */
 
-               status = acpi_ut_validate_resource(NULL,
-                                                  ACPI_CAST_PTR(union
-                                                                aml_resource,
-                                                                aml), NULL);
+               status =
+                   acpi_ut_validate_resource(NULL,
+                                             ACPI_CAST_PTR(union aml_resource,
+                                                           aml), NULL);
                if (ACPI_FAILURE(status)) {
                        return_ACPI_STATUS(status);
                }