]> Pileus Git - ~andy/linux/blobdiff - drivers/acpi/acpica/dsutils.c
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[~andy/linux] / drivers / acpi / acpica / dsutils.c
index c666fc01498795afdb76f6afad8383f75389d1bb..ade44e49deb4b554f78ff49884d010633c507047 100644 (file)
@@ -299,7 +299,7 @@ acpi_ds_is_result_used(union acpi_parse_object * op,
                goto result_used;
        }
 
-      result_used:
+result_used:
        ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH,
                          "Result of [%s] used by Parent [%s] Op=%p\n",
                          acpi_ps_get_opcode_name(op->common.aml_opcode),
@@ -308,7 +308,7 @@ acpi_ds_is_result_used(union acpi_parse_object * op,
 
        return_UINT8(TRUE);
 
-      result_not_used:
+result_not_used:
        ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH,
                          "Result of [%s] not used by Parent [%s] Op=%p\n",
                          acpi_ps_get_opcode_name(op->common.aml_opcode),
@@ -752,7 +752,7 @@ acpi_ds_create_operands(struct acpi_walk_state *walk_state,
 
        return_ACPI_STATUS(status);
 
-      cleanup:
+cleanup:
        /*
         * We must undo everything done above; meaning that we must
         * pop everything off of the operand stack and delete those
@@ -851,7 +851,7 @@ acpi_status acpi_ds_evaluate_name_path(struct acpi_walk_state *walk_state)
                goto exit;
        }
 
-      push_result:
+push_result:
 
        walk_state->result_obj = new_obj_desc;
 
@@ -863,7 +863,7 @@ acpi_status acpi_ds_evaluate_name_path(struct acpi_walk_state *walk_state)
                op->common.flags |= ACPI_PARSEOP_IN_STACK;
        }
 
-      exit:
+exit:
 
        return_ACPI_STATUS(status);
 }