]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: powernow-k8: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 09:40:11 +0000 (15:10 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2017 00:51:08 +0000 (02:51 +0200)
commit86d806b55fb9a8b99c8a4802d27c771dabecc206
tree5ed8ad13ef526ca912614675e03f59324c151c76
parent3eba6e121155d56e2b50305a48fa11749c503a2e
cpufreq: powernow-k8: pr_err() strings should end with newlines

pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/powernow-k8.c