commit | 146c3442f2dd0f50d9431aea5d0d10dfd97c9999 | [log] [tgz] |
---|---|---|
author | zhangwei(Jovi) <jovi.zhangwei@huawei.com> | Mon Jul 15 16:32:44 2013 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jul 18 21:30:36 2013 -0400 |
tree | 7ec08bbf5659c854fe46c6c9cc920a31c2354214 | |
parent | 991821c86c2fb6cc4104ce679247864dbc070a83 [diff] |
tracing: Use trace_seq_puts()/trace_seq_putc() where possible For string without format specifiers, use trace_seq_puts() or trace_seq_putc(). Link: http://lkml.kernel.org/r/51E3B3AC.1000605@huawei.com Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com> [ fixed a trace_seq_putc(s, " ") to trace_seq_putc(s, ' ') ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>