Re: [PATCH] ACPI: add missing newline to printk

2018-05-09 Thread Rafael J. Wysocki
On Tuesday, April 10, 2018 7:10:38 PM CEST Laszlo Toth wrote: > ...and restore reverse xmas tree while at it. > > Signed-off-by: Laszlo Toth > --- > drivers/acpi/reboot.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/acpi/reboot.c

Re: [PATCH] ACPI: add missing newline to printk

2018-05-09 Thread Rafael J. Wysocki
On Tuesday, April 10, 2018 7:10:38 PM CEST Laszlo Toth wrote: > ...and restore reverse xmas tree while at it. > > Signed-off-by: Laszlo Toth > --- > drivers/acpi/reboot.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/acpi/reboot.c b/drivers/acpi/reboot.c

[PATCH] ACPI: add missing newline to printk

2018-04-10 Thread Laszlo Toth
...and restore reverse xmas tree while at it. Signed-off-by: Laszlo Toth --- drivers/acpi/reboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/reboot.c b/drivers/acpi/reboot.c index 71769fd..6fa9c2a 100644 --- a/drivers/acpi/reboot.c

[PATCH] ACPI: add missing newline to printk

2018-04-10 Thread Laszlo Toth
...and restore reverse xmas tree while at it. Signed-off-by: Laszlo Toth --- drivers/acpi/reboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/reboot.c b/drivers/acpi/reboot.c index 71769fd..6fa9c2a 100644 --- a/drivers/acpi/reboot.c +++

Re: [PATCH] acpi: add missing newline to printk

2012-11-02 Thread Rafael J. Wysocki
On Friday, November 02, 2012 02:51:18 PM Cesar Eduardo Barros wrote: > The missing newline causes messages like this on dmesg: > > [2.578212] ACPI: Invalid Power Resource to register!<5>[2.578456] ... > > Cc: Lin Ming > Cc: Len Brown > Signed-off-by: Cesar Eduardo Barros An equivalent

[PATCH] acpi: add missing newline to printk

2012-11-02 Thread Cesar Eduardo Barros
The missing newline causes messages like this on dmesg: [2.578212] ACPI: Invalid Power Resource to register!<5>[2.578456] ... Cc: Lin Ming Cc: Len Brown Signed-off-by: Cesar Eduardo Barros --- drivers/acpi/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] acpi: add missing newline to printk

2012-11-02 Thread Cesar Eduardo Barros
The missing newline causes messages like this on dmesg: [2.578212] ACPI: Invalid Power Resource to register!5[2.578456] ... Cc: Lin Ming ming.m@intel.com Cc: Len Brown len.br...@intel.com Signed-off-by: Cesar Eduardo Barros ces...@cesarb.net --- drivers/acpi/power.c | 2 +- 1 file

Re: [PATCH] acpi: add missing newline to printk

2012-11-02 Thread Rafael J. Wysocki
On Friday, November 02, 2012 02:51:18 PM Cesar Eduardo Barros wrote: The missing newline causes messages like this on dmesg: [2.578212] ACPI: Invalid Power Resource to register!5[2.578456] ... Cc: Lin Ming ming.m@intel.com Cc: Len Brown len.br...@intel.com Signed-off-by: Cesar