ACPICA: Standardize all switch() blocks
[cascardo/linux.git] / drivers / acpi / acpica / psparse.c
index abc4c48..86198a9 100644 (file)
@@ -176,10 +176,10 @@ acpi_ps_complete_this_op(struct acpi_walk_state * walk_state,
 
                switch (parent_info->class) {
                case AML_CLASS_CONTROL:
+
                        break;
 
                case AML_CLASS_CREATE:
-
                        /*
                         * These opcodes contain term_arg operands. The current
                         * op must be replaced by a placeholder return op
@@ -192,7 +192,6 @@ acpi_ps_complete_this_op(struct acpi_walk_state * walk_state,
                        break;
 
                case AML_CLASS_NAMED_OBJECT:
-
                        /*
                         * These opcodes contain term_arg operands. The current
                         * op must be replaced by a placeholder return op