From: Bjorn Helgaas Date: Tue, 6 Oct 2009 21:33:39 +0000 (-0600) Subject: vsprintf: add %pRt, %pRf to print struct resource details X-Git-Tag: v2.6.33-rc1~321^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd95541e23e2c9acb1e38cd41fc0c7cc37fceb53;p=pandora-kernel.git vsprintf: add %pRt, %pRf to print struct resource details This adds support for printing struct resource type and flag information. For example, "%pRt" looks like "[mem 0x80080000000-0x8008001ffff 64bit pref]", and "%pRf" looks like "[mem 0xff5e2000-0xff5e2007 pref flags 0x1]". Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed