mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
ACPICA: Fix DebugObject output for DdbHandle objects
Was putting several extra spaces on the next line. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
315c728887
commit
a76b772736
@ -193,10 +193,12 @@ acpi_ex_do_debug_object(union acpi_operand_object *source_desc,
|
|||||||
|
|
||||||
case ACPI_REFCLASS_TABLE:
|
case ACPI_REFCLASS_TABLE:
|
||||||
|
|
||||||
|
/* Case for ddb_handle */
|
||||||
|
|
||||||
ACPI_DEBUG_PRINT_RAW((ACPI_DB_DEBUG_OBJECT,
|
ACPI_DEBUG_PRINT_RAW((ACPI_DB_DEBUG_OBJECT,
|
||||||
"Table Index 0x%X\n",
|
"Table Index 0x%X\n",
|
||||||
source_desc->reference.value));
|
source_desc->reference.value));
|
||||||
break;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user