From: Linus Torvalds Date: Sun, 6 Jul 2008 23:06:25 +0000 (-0700) Subject: vsprintf: split out '%s' handling logic X-Git-Tag: v2.6.26~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9bfa569d46f2346a53a940b2b9e49a38635732;p=pandora-kernel.git vsprintf: split out '%s' handling logic The actual code is the same, just split out into a helper function. This makes it easier to read, and allows for future sharing of the string code. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed