[PATCH] ACPI: cure run-together printk lines

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Meelis Roos <[email protected]>

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 ([email protected])
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux