Re: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-30 Thread Joe Perches
On Wed, 2016-03-30 at 22:11 -0300, Daniel Bristot de Oliveira wrote: > On 03/29/2016 04:09 PM, Moore, Robert wrote: > > Actually, I did in fact put that there to break up the output after the > > tables are loaded. Is this a problem? > Well, I do not believe that there is a real problem on it. >

Re: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-30 Thread Joe Perches
On Wed, 2016-03-30 at 22:11 -0300, Daniel Bristot de Oliveira wrote: > On 03/29/2016 04:09 PM, Moore, Robert wrote: > > Actually, I did in fact put that there to break up the output after the > > tables are loaded. Is this a problem? > Well, I do not believe that there is a real problem on it. >

Re: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-30 Thread Daniel Bristot de Oliveira
On 03/29/2016 04:09 PM, Moore, Robert wrote: > Actually, I did in fact put that there to break up the output after the > tables are loaded. Is this a problem? Well, I do not believe that there is a real problem on it. On the other hand, it does not seem to be common to have blank lines in the

Re: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-30 Thread Daniel Bristot de Oliveira
On 03/29/2016 04:09 PM, Moore, Robert wrote: > Actually, I did in fact put that there to break up the output after the > tables are loaded. Is this a problem? Well, I do not believe that there is a real problem on it. On the other hand, it does not seem to be common to have blank lines in the

RE: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-29 Thread Moore, Robert
ki, Rafael J; Len Brown > Cc: linux-a...@vger.kernel.org; de...@acpica.org; linux- > ker...@vger.kernel.org > Subject: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot > message > > A "\n" at the end of bellow ACPI_INFO message is causing a blank li

RE: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-29 Thread Moore, Robert
ki, Rafael J; Len Brown > Cc: linux-a...@vger.kernel.org; de...@acpica.org; linux- > ker...@vger.kernel.org > Subject: [PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot > message > > A "\n" at the end of bellow ACPI_INFO message is causing a blank li

[PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-28 Thread Daniel Bristot de Oliveira
A "\n" at the end of bellow ACPI_INFO message is causing a blank line in the kernel log: ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded\n", tables_loaded)); This patch removes the "\n". Kernel log before this patch: ACPI: Core revision 20160108 ACPI: 2 ACPI

[PATCH] ACPICA: Remove unnecessary "\n" from an ACPI_INFO boot message

2016-03-28 Thread Daniel Bristot de Oliveira
A "\n" at the end of bellow ACPI_INFO message is causing a blank line in the kernel log: ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded\n", tables_loaded)); This patch removes the "\n". Kernel log before this patch: ACPI: Core revision 20160108 ACPI: 2 ACPI