[PATCH] acpi: tcpa: replace tab with spaces to fix formatting alignment

Colin King colin.king at canonical.com
Thu Oct 15 13:31:39 UTC 2015


From: Colin Ian King <colin.king at canonical.com>

A tab somehow got into the line and this misaligned the formatting,
so replace it with spaces

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/tcpa/tcpa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c
index 01e1d5e..078fca7 100644
--- a/src/acpi/tcpa/tcpa.c
+++ b/src/acpi/tcpa/tcpa.c
@@ -93,7 +93,7 @@ static int tcpa_server_test(fwts_framework *fw, fwts_acpi_table_tcpa *tcpa)
 
 	fwts_log_info_verbatum(fw, "TCPA Table:");
 	fwts_log_info_verbatum(fw, "  Platform Class:                  0x%4.4"   PRIx16, tcpa->platform_class);
-	fwts_log_info_verbatum(fw, "  Reserved:	                       0x%4.4"   PRIx16, tcpa->server.reserved);
+	fwts_log_info_verbatum(fw, "  Reserved:                        0x%4.4"   PRIx16, tcpa->server.reserved);
 	fwts_log_info_verbatum(fw, "  Log Area Minimum Length:         0x%16.16" PRIx64, tcpa->server.log_zone_length);
 	fwts_log_info_verbatum(fw, "  Log Area Start Address:          0x%16.16" PRIx64, tcpa->server.log_zone_addr);
 	fwts_log_info_verbatum(fw, "  Specification Revision:          0x%4.4"   PRIx16, tcpa->server.spec_revision);
-- 
2.5.0




More information about the fwts-devel mailing list