]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13eee79acf0b4972338b601267e97906f06f2728
treeca301743d54bc7f4e0fea3f541db1b23768f9934
parentdaceda4b5435bb67a3e404cd43ce9bc1258da468
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 <torvalds@linux-foundation.org>
lib/vsprintf.c