| commit | 3ce9a7c0ac28561567fadedf1a99272e4970f740 | [log] [tgz] |
|---|---|---|
| author | Kay Sievers <kay@vrfy.org> | Sun May 13 23:30:46 2012 +0200 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 14 08:42:22 2012 -0700 |
| tree | 8a3e9bd983941e75943d0a11dacdd85bce7e5c83 | |
| parent | 1fce677971e29ceaa7c569741fa9c685a7b1052a [diff] |
printk() - restore prefix/timestamp printing for multi-newline strings
Calls like:
printk("\n *** DEADLOCK ***\n\n");
will print 3 properly indented, separated, syslog + timestamp prefixed lines in
the log output.
Reported-By: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Kay Sievers <kay@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>