From: zhangwei(Jovi) Date: Mon, 15 Jul 2013 08:32:44 +0000 (+0800) Subject: tracing: Use trace_seq_puts()/trace_seq_putc() where possible X-Git-Tag: v3.11-rc3~29^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146c3442f2dd0f50d9431aea5d0d10dfd97c9999;p=pandora-kernel.git 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) [ fixed a trace_seq_putc(s, " ") to trace_seq_putc(s, ' ') ] Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed