Skip to content

Commit a8c314b

Browse files
Erik Schmaussrafaeljw
authored andcommitted
ACPICA: trivial style fix, no functional change
ACPICA commit 83f3375d6dcb3af812c91aaf47abcac9fc330527 This adds a semi-colon at the end of a macro call so that it can be processed correctly with source code formatting tools. Link: acpica/acpica@83f3375d Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e7b2005 commit a8c314b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/acpi/acpica/exdump.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,11 @@ void acpi_ex_dump_operand(union acpi_operand_object *obj_desc, u32 depth)
617617
u32 length;
618618
u32 index;
619619

620-
ACPI_FUNCTION_NAME(ex_dump_operand)
620+
ACPI_FUNCTION_NAME(ex_dump_operand);
621621

622-
/* Check if debug output enabled */
623-
if (!ACPI_IS_DEBUG_ENABLED(ACPI_LV_EXEC, _COMPONENT)) {
622+
/* Check if debug output enabled */
623+
624+
if (!ACPI_IS_DEBUG_ENABLED(ACPI_LV_EXEC, _COMPONENT)) {
624625
return;
625626
}
626627

0 commit comments

Comments
 (0)