Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1482891
| From | "Zheng, Lv" <lv.zheng@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH] ACPICA / Interpreter: Remove redundant newline |
| Date | 2016-09-14 05:10 +0200 |
| Message-ID | <sh8Kd-2KP-13@gated-at.bofh.it> (permalink) |
| References | <sfwGZ-5gP-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The newline is intentional for acpiexec.
So you should fix this issue in acpiexec, aka, in ACPICA upstream.
Thanks
Lv
> From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Borislav
> Petkov
> Subject: [PATCH] ACPICA / Interpreter: Remove redundant newline
>
> From: Borislav Petkov <bp@suse.de>
>
> acpi_info() already issues a '\n' so remove it in the call.
>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Cc: Robert Moore <robert.moore@intel.com>
> Cc: Lv Zheng <lv.zheng@intel.com>
> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
> Cc: Len Brown <lenb@kernel.org>
> Cc: linux-acpi@vger.kernel.org
> Cc: devel@acpica.org
> ---
> drivers/acpi/acpica/tbxfload.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/acpica/tbxfload.c b/drivers/acpi/acpica/tbxfload.c
> index ac71abcd32bb..e7119b7ccd79 100644
> --- a/drivers/acpi/acpica/tbxfload.c
> +++ b/drivers/acpi/acpica/tbxfload.c
> @@ -240,7 +240,7 @@ acpi_status acpi_tb_load_namespace(void)
> }
>
> if (!tables_failed) {
> - ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded\n", tables_loaded));
> + ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded", tables_loaded));
> } else {
> ACPI_ERROR((AE_INFO,
> "%u table load failures, %u successful",
> --
> 2.10.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 18:20 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-09 20:30 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-09 20:50 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 21:00 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 20:50 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Joe Perches <joe@perches.com> - 2016-09-09 21:00 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-14 05:20 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-09 20:50 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 21:10 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Joe Perches <joe@perches.com> - 2016-09-09 21:20 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 21:30 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-14 05:20 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-14 16:10 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-14 05:10 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-14 13:40 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-19 11:40 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-19 12:20 +0200
[PATCH] acpiexec: Move an acpiexec specific purposed new line to acpiexec specific file Lv Zheng <lv.zheng@intel.com> - 2016-09-23 08:50 +0200
[PATCH] acpiexec: Move an acpiexec specific purposed new line to acpiexec specific file Lv Zheng <lv.zheng@intel.com> - 2016-09-23 09:00 +0200
csiph-web