[PATCH] ACPI: cure run-together printk lines

From: Meelis Roos
Date: Thu Jul 26 2007 - 05:57:10 EST


Add a newline to printk so next line does not run together with this
line.

Signed-off-by: Meelis Roos <mroos@xxxxxxxx>

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 469f3f5..9ecfdbc 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -685,7 +685,7 @@ static int ec_parse_device(struct acpi_ec *ec, acpi_handle handle)

ec->handle = handle;

- printk(KERN_INFO PREFIX "GPE = 0x%lx, I/O: command/status = 0x%lx, data = 0x%lx",
+ printk(KERN_INFO PREFIX "GPE = 0x%lx, I/O: command/status = 0x%lx, data = 0x%lx\n",
ec->gpe, ec->command_addr, ec->data_addr);

return 0;

--
Meelis Roos (mroos@xxxxxxxx)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/