From: Gu Zheng Date: Mon, 22 Jul 2013 08:33:32 +0000 (+0800) Subject: f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible X-Git-Tag: v3.12-rc1~127^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d219c518882d2b2bac77742a6a8979c9dad051a;p=pandora-kernel.git f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible For string without format specifiers, using seq_puts()/seq_putc() instead of seq_printf(). Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed