platform/x86: dell_rbu: Unify format of the printed messages
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 28 Jan 2020 21:32:34 +0000 (23:32 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 10 Feb 2020 15:47:38 +0000 (17:47 +0200)
commite5e325722f43c9ed5f7a21d4b7485c36ac0eccc9
tree66307a5690602981da59c74cc7c95d0f6a41717b
parent682baa24e2a2adbf4db615eae38a553fb16564b4
platform/x86: dell_rbu: Unify format of the printed messages

Here we do:
- unify all message to have module name prefix via pr_fmt()
- replace printk(LEVEL ... ) with pr_level(...)
- drop __func__ from messages
- join string literals to be on one line
- drop trailing periods and spaces

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/dell_rbu.c