From e54173b4ed0fca1a5dce9911f54e71f2917d4869 Mon Sep 17 00:00:00 2001 From: Stratos Karafotis Date: Sun, 11 May 2014 20:26:16 +0300 Subject: [PATCH] cpufreq: powernow-k8: Suppress checkpatch warnings Suppress the following checkpatch.pl warnings: - WARNING: Prefer pr_err(... to printk(KERN_ERR ... - WARNING: Prefer pr_info(... to printk(KERN_INFO ... - WARNING: Prefer pr_warn(... to printk(KERN_WARNING ... - WARNING: quoted string split across lines - WARNING: please, no spaces at the start of a line Also, define the pr_fmt macro instead of PFX for the module name. Signed-off-by: Stratos Karafotis Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-format-patch failed