[PATCH] acpi/madt: clean up indentation issue, remove tab
Colin King
colin.king at canonical.com
Tue Jan 15 11:15:23 UTC 2019
From: Colin Ian King <colin.king at canonical.com>
There is a statement that is indented one level too deeply, fix this
by removing a tab.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/acpi/madt/madt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/acpi/madt/madt.c b/src/acpi/madt/madt.c
index 8367acee..29fa56fd 100644
--- a/src/acpi/madt/madt.c
+++ b/src/acpi/madt/madt.c
@@ -318,7 +318,7 @@ static ACPI_OBJECT_TYPE madt_find_processor_uid(fwts_framework *fw,
"UID 0x%" PRIx64 " which signifies "
"that this applies to all processors "
"in the machine.", table_name, uid);
- return listint->type;
+ return listint->type;
}
}
--
2.19.1
More information about the fwts-devel
mailing list