commit | 64ec72a1ece37d9bc7ba8b11d6091ce7cb1d8eec | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Sep 27 22:01:34 2017 -0700 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Oct 03 02:57:17 2017 +0200 |
tree | 2802171f82683e9fcbbe8b6362fba35a76ab8720 | |
parent | 104dc5e20ff52748a16f756ae946391bdc6a4d0a [diff] |
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>