From: Bjorn Helgaas Date: Tue, 6 Oct 2009 21:33:29 +0000 (-0600) Subject: vsprintf: fix io/mem resource width X-Git-Tag: v2.6.33-rc1~321^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2840537228fba95e05cab1a6b5719c61982db279;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed