lib/kobject: Join string literals back
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 15 Mar 2018 13:23:43 +0000 (15:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Mar 2018 13:38:55 +0000 (14:38 +0100)
commit82d1f1178a8578599fb52e697ee8ce8b68f1efd0
tree6627bd0bbded2f5f0d503bd45d94e350f1d9d2a7
parent3aaba245dfa33270a464d3098b8cce2a2af32784
lib/kobject: Join string literals back

There is no need to split string literals. Moreover, it would be simpler
to grep for an actual code line, when debugging, by using almost any
part of the string literal in question.

While here, replace printk(LEVEL) by pr_lvl() macros.

No functional change intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c