thermal: cpu_cooling: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 24 Oct 2017 07:50:39 +0000 (13:20 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 1 Nov 2017 02:32:19 +0000 (19:32 -0700)
commitb2fd708ffa7f43ce8680271924e1771e26a3ec91
treefd323f7cac7da6902046edeef8c43274bb3b2185
parent9e03cf1b2dd54733d0d2c5811b78257d78562c03
thermal: cpu_cooling: pr_err() strings should end with newlines

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

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Javi Merino <javi.merino@kernel.org>
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/cpu_cooling.c