OSDN Git Service

staging/fbtft: Hush checkpatch.pl warning about unnecessary line continuations
authorAlexander Kapshuk <alexander.kapshuk@gmail.com>
Sat, 4 Mar 2017 09:00:14 +0000 (11:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 16:33:52 +0000 (17:33 +0100)
commit8c8a4186edb7b9e19542bf3c9db987d39bc1d037
tree5d608be52cea6055faf0f76ecf34b36a0641d7e5
parent74ec0a0e373bfbf107f1eaba7eec8bbaf4e1d021
staging/fbtft: Hush checkpatch.pl warning about unnecessary line continuations

Use a single string literal as the fmt argument passed to dev_err()
instead of multiple string literals split with an embedded backslash
character.

Signed-off-by: Alexander Kapshuk <alexander.kapshuk@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_ssd1331.c