From: Samarth Parikh Date: Wed, 16 Jul 2014 10:44:37 +0000 (+0530) Subject: mtd: Fixed checkpatch seq_printf warnings X-Git-Tag: fixes-against-v3.18-rc2~54^2~33^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3c0f163103fb225c77b73ca17fc4ecea308103;p=pandora-kernel.git mtd: Fixed checkpatch seq_printf warnings Fixed checkpatch warnings: "WARNING: Prefer seq_puts to seq_printf" This patch is created with reference to the ongoing lkml thread https://lkml.org/lkml/2014/7/15/646 where Andrew Morton wrote: " - puts is presumably faster - puts doesn't go rogue if you accidentally pass it a "%". - this patch would actually make compiled object files few 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: Samarth Parikh Signed-off-by: Brian Norris --- Reading git-diff-tree failed