vsprintf: split out '%s' handling logic
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Jul 2008 23:06:25 +0000 (16:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Jul 2008 23:06:25 +0000 (16:06 -0700)
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 <torvalds@linux-foundation.org>

No differences found