From fc3850458c176a3cf925771ec822f9537d1dbbc6 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 5 Aug 2014 21:43:29 -0700 Subject: [PATCH] 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-format-patch failed