]> asedeno.scripts.mit.edu Git - linux.git/commit
platform/x86: thinkpad_acpi: Join string literals back
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 9 May 2017 14:17:20 +0000 (17:17 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 May 2017 09:07:34 +0000 (12:07 +0300)
commit5cac62ac92689e361ef6b83c1984e3fdf76b6766
tree9ffba0c67b51aaefa1faf2ac536cbe930960715d
parentd9ca30b87e6c9b4982bbda0362212500d5c5d5d7
platform/x86: thinkpad_acpi: Join string literals back

There is no point to keep string literal split. It even makes slightly
harder to maintain and debug.

Join string literals back to be oneliners.

While here, print negative error without changing a sign as it is a
common pattern in the kernel.

Other than above there were no functional changes intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
drivers/platform/x86/thinkpad_acpi.c