From: Hans Wennborg Date: Wed, 6 Aug 2014 04:43:29 +0000 (-0700) Subject: scsi: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: fixes-for-v3.18-merge-window~25^2^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3850458c176a3cf925771ec822f9537d1dbbc6;p=pandora-kernel.git scsi: fix decimal printf format specifiers prefixed with 0x The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg Reviewed-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed