f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Mon, 22 Jul 2013 08:33:32 +0000 (16:33 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 30 Jul 2013 06:17:03 +0000 (15:17 +0900)
For string without format specifiers, using seq_puts()/seq_putc()
instead of seq_printf().

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found