commit | f4f89f23e69d7da8b037a3128dd24ab1771516ba | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Mon Sep 25 12:55:28 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 20 15:42:54 2017 +0200 |
tree | 8564e1b59f169d893f3069660cd953bdd74dd45d | |
parent | 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9 [diff] |
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>