Home
last modified time | relevance | path

Searched hist:"2840537228 fba95e05cab1a6b5719c61982db279" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dvsprintf.cdiff 2840537228fba95e05cab1a6b5719c61982db279 Tue Oct 06 16:33:29 CDT 2009 Bjorn Helgaas <bjorn.helgaas@hp.com> vsprintf: fix io/mem resource width

The leading "0x" consumes field width, so leave space for it in addition to
the 4 or 8 hex digits. This means we'll print "0x0000-0x01df" rather than
"0x00-0x1df", for example.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>