On Monday, October 29, 2012 10:25:19 AM Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > > Add newline to printk so that the message is on a line > by itself and not merged with something unrelated to it. > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > Reported-by: Toralf Förster <toralf.foerster@xxxxxx> > Cc: Len Brown <lenb@xxxxxxxxxx> > Cc: Rafael J. Wysocki <rjw@xxxxxxx> Applied to the linux-next branch of the linux-pm.git tree as v3.8 material. Thanks, Rafael > --- > drivers/acpi/power.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-37-rc3.orig/drivers/acpi/power.c > +++ lnx-37-rc3/drivers/acpi/power.c > @@ -473,7 +473,7 @@ int acpi_power_resource_register_device( > return ret; > > no_power_resource: > - printk(KERN_DEBUG PREFIX "Invalid Power Resource to register!"); > + printk(KERN_DEBUG PREFIX "Invalid Power Resource to register!\n"); > return -ENODEV; > } > EXPORT_SYMBOL_GPL(acpi_power_resource_register_device); > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html