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