Skip to content
Snippets Groups Projects
Commit 6c6166f5 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

vsprintf: pull updates from Linux kernel


This brings in support for the %p modifier which allows us to easily print
out things like ip addresses, mac addresses, and pointers.

It also converts the rarely used 'q' length modifier to the common 'L'
modifier when dealing with quad types.

While this new code is a bit larger (~1k .text), most of it should be made
up by converting the existing ip/mac address code to use format modifiers.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent a43ea5cc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment