]> git.baikalelectronics.ru Git - kernel.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)
commite502fc3fc40879ec09e4cc7ac1301bf85b4cab70
tree8564e1b59f169d893f3069660cd953bdd74dd45d
parentd599018c3d91869a00bbed486bd864ca0c31bf99
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