]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
PM: Use a more common logging style
authorJoe Perches <joe@perches.com>
Thu, 28 Sep 2017 05:01:34 +0000 (22:01 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2017 00:57:17 +0000 (02:57 +0200)
commit64ec72a1ece37d9bc7ba8b11d6091ce7cb1d8eec
tree2802171f82683e9fcbbe8b6362fba35a76ab8720
parent104dc5e20ff52748a16f756ae946391bdc6a4d0a
PM: Use a more common logging style

Convert printks to pr_<level>.

Miscellanea:

o Use pr_fmt with "PM:" and remove "PM: " from format strings
o Coalesce format strings and realign format arguments
o Convert an embedded incorrect function name to "%s: ", __func__
o Convert a couple multi-line formats to multiple pr_<level> calls

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/qos.c
kernel/power/snapshot.c
kernel/power/swap.c