diff mbox

[1/2] trivial: ACPI: remove extraneous whitespace from a comment

Message ID 1471648595-7365-2-git-send-email-ahs3@redhat.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Al Stone Aug. 19, 2016, 11:16 p.m. UTC
Signed-off-by: Al Stone <ahs3@redhat.com>
---
 drivers/acpi/tables.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c
index 9f0ad6e..fa6fd19 100644
--- a/drivers/acpi/tables.c
+++ b/drivers/acpi/tables.c
@@ -416,7 +416,7 @@  int __init acpi_table_parse(char *id, acpi_tbl_table_handler handler)
 		return -ENODEV;
 }
 
-/* 
+/*
  * The BIOS is supposed to supply a single APIC/MADT,
  * but some report two.  Provide a knob to use either.
  * (don't you wish instance 0 and 1 were not the same?)