From: Fabian Frederick Date: Tue, 15 Jul 2014 19:26:35 +0000 (+0200) Subject: UBIFS: replace seq_printf by seq_puts X-Git-Tag: omap-for-v3.17/fixes-against-rc2~86^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4eb08ff0a8e1de010252e6646e2fc907a7e9b4e;p=pandora-kernel.git UBIFS: replace seq_printf by seq_puts Fix checkpatch warnings: "WARNING: Prefer seq_puts to seq_printf" Andrew Morton wrote: " - puts is presumably faster - puts doesn't go rogue if you accidentally pass it a "%". - this patch actually made fs/ubifs/super.o 12 bytes smaller. Perhaps because seq_printf() is a varargs function, forcing the caller to pass args on the stack instead of in registers. " Signed-off-by: Fabian Frederick Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed