commit | e620e54884ceb983c38f979a22fd04ae0820c725 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Nov 09 22:46:35 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 25 17:06:38 2014 -0800 |
tree | de7c5797654cc2c9b476cc496fdb70611e464906 | |
parent | 483e91a503064c104326a6bb55d4505ff467cd92 [diff] |
tty: pr_warning->pr_warn and logging neatening Convert the pr_warning to the more common pr_warn. Other miscellanea: o Convert unusual PR_FMT define and uses to pr_fmt o Remove unnecessary OOM message o Fix grammar in an error message o Convert a pr_warning with a KERN_ERR to pr_err Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>