git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9bfa5
)
vsprintf: split out '%p' handling logic
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 6 Jul 2008 23:16:15 +0000
(16:16 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 6 Jul 2008 23:16:15 +0000
(16:16 -0700)
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 <torvalds@linux-foundation.org>
No differences found