| commit | 022624a758dc9489388a99ad29577b4c8c09237c | [log] [tgz] |
|---|---|---|
| author | Zhaolei <zhaolei@cn.fujitsu.com> | Fri Mar 27 17:09:10 2009 +0800 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 08 17:03:44 2009 +0200 |
| tree | b434af52b1a326fdbb96c0af9f41f012bab48acb | |
| parent | ff96e612cba32510e263e17b213235fe5746397e [diff] |
printk: fix wrong format string iter for printk
printk("%Q");
Output before patch: %QQ
Output after patch: %Q
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Acked-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: torvalds@linux-foundation.org
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <49CC97B6.7040809@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>