Skip to content

Commit

Permalink
platform/x86: thinkpad_acpi: Join string literals back
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Shevchenko committed May 15, 2017
1 parent d9ca30b commit 5cac62a
Showing 1 changed file with 65 additions and 117 deletions.
Loading

0 comments on commit 5cac62a

Please sign in to comment.