From: Alexey Dobriyan Date: Thu, 13 Jan 2011 01:00:32 +0000 (-0800) Subject: proc: use seq_puts()/seq_putc() where possible X-Git-Tag: v2.6.38-rc1~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d6de12f70d2fb1487c4f482a21fed25fe74e0fd;p=pandora-kernel.git proc: use seq_puts()/seq_putc() where possible For string without format specifiers, use seq_puts(). For seq_printf("\n"), use seq_putc('\n'). text data bss dec hex filename 61866 488 112 62466 f402 fs/proc/proc.o 61729 488 112 62329 f379 fs/proc/proc.o ---------------------------------------------------- -139 Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed