]> asedeno.scripts.mit.edu Git - linux.git/commit
driver-core: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 07:25:28 +0000 (12:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Oct 2017 13:42:54 +0000 (15:42 +0200)
commitf4f89f23e69d7da8b037a3128dd24ab1771516ba
tree8564e1b59f169d893f3069660cd953bdd74dd45d
parent33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9
driver-core: 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/test/test_async_driver_probe.c