Re: [PATCH 1/5] ACPI dock: remove unnecessary newline from exception message

2012-11-29 Thread Toshi Kani
On Thu, 2012-11-29 at 11:53 +, Colin King wrote: > From: Colin Ian King > > ACPI_EXCEPTION() already appends a newline, so there is no > need for the failed _DCK messaged to include one too. > > Signed-off-by: Colin Ian King > --- > drivers/acpi/dock.c | 2 +- > 1 file changed, 1

[PATCH 1/5] ACPI dock: remove unnecessary newline from exception message

2012-11-29 Thread Colin King
From: Colin Ian King ACPI_EXCEPTION() already appends a newline, so there is no need for the failed _DCK messaged to include one too. Signed-off-by: Colin Ian King --- drivers/acpi/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/dock.c

[PATCH 1/5] ACPI dock: remove unnecessary newline from exception message

2012-11-29 Thread Colin King
From: Colin Ian King colin.k...@canonical.com ACPI_EXCEPTION() already appends a newline, so there is no need for the failed _DCK messaged to include one too. Signed-off-by: Colin Ian King colin.k...@canonical.com --- drivers/acpi/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 1/5] ACPI dock: remove unnecessary newline from exception message

2012-11-29 Thread Toshi Kani
On Thu, 2012-11-29 at 11:53 +, Colin King wrote: From: Colin Ian King colin.k...@canonical.com ACPI_EXCEPTION() already appends a newline, so there is no need for the failed _DCK messaged to include one too. Signed-off-by: Colin Ian King colin.k...@canonical.com ---