ACPICA: Linuxize: Change indentation of C labels.
[deliverable/linux.git] / drivers / acpi / acpica / dsmethod.c
index a9ffd44c18fe322b0a73b97bbe5c11207464c1ba..df3ea125507f5959fa055ef44bc524fc9bdb02e0 100644 (file)
@@ -294,7 +294,7 @@ acpi_ds_begin_method_execution(struct acpi_namespace_node *method_node,
        obj_desc->method.thread_count++;
        return_ACPI_STATUS(status);
 
-      cleanup:
+cleanup:
        /* On error, must release the method mutex (if present) */
 
        if (obj_desc->method.mutex) {
@@ -424,7 +424,7 @@ acpi_ds_call_control_method(struct acpi_thread_state *thread,
 
        return_ACPI_STATUS(status);
 
-      cleanup:
+cleanup:
 
        /* On error, we must terminate the method properly */
 
This page took 0.025657 seconds and 5 git commands to generate.