From: Chris Leech Date: Fri, 9 Apr 2010 21:23:10 +0000 (-0700) Subject: [SCSI] libfc: set both precision and field with when printing FC IDs X-Git-Tag: v2.6.35-rc1~470^2^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8b5df04292e93a117d9f863af206245bf61271;p=pandora-kernel.git [SCSI] libfc: set both precision and field with when printing FC IDs Most of the prints of fabric IDs were specified as %6x, which will not print any leading 0s. It's nice to see leading 0s for identifiers like this, which are a fixed length. This patch sets the precision modifier as well, making the specifier %6.6x, which forces the printing of leading 0s. Signed-off-by: Chris Leech Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed