From: Rasmus Villemoes Date: Sat, 8 Nov 2014 20:42:12 +0000 (+0100) Subject: trace: Replace single-character seq_puts with seq_putc X-Git-Tag: omap-for-v3.19/fixes-rc1~139^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1177e4364154a00baf2c9eb72fd960f0c5a8de84;p=pandora-kernel.git trace: Replace single-character seq_puts with seq_putc Printing a single character to a seqfile might as well be done with seq_putc instead of seq_puts; this avoids a strlen() call and a memory access. It also shaves another few bytes off the generated code. Link: http://lkml.kernel.org/r/1415479332-25944-4-git-send-email-linux@rasmusvillemoes.dk Signed-off-by: Rasmus Villemoes Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed