git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fce677
)
printk() - restore prefix/timestamp printing for multi-newline strings
author
Kay Sievers
<kay@vrfy.org>
Sun, 13 May 2012 21:30:46 +0000
(23:30 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 14 May 2012 15:42:22 +0000
(08:42 -0700)
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>
No differences found