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)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:54 +0000 (11:43 +0900)
commit226b451a050f32903da291b231434a124272d130
treeab1adf7c99eccd9686eb1f0bf4cb39edae1298ea
parent9316685f5fab1d480dcbbd2a728d9eb215f0794f
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 <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/debug.c