git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0947e5
)
f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible
author
Gu Zheng
<guz.fnst@cn.fujitsu.com>
Mon, 22 Jul 2013 08:33:32 +0000
(16:33 +0800)
committer
Jaegeuk 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