From: Oleksandr Khoshaba Date: Tue, 27 Aug 2013 05:37:27 +0000 (-0400) Subject: [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN format X-Git-Tag: v3.12-rc1~180^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8335589035b47504f98c1a22547f514386a48c;p=pandora-kernel.git [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN format The patch changes a specifier used to output some variables. Instead of using stack for each byte the '%*ph[CN]' allows to take a one pointer and prints entire buffer as a hexadecimal string with the separator ':' or ''. Signed-off-by: Oleksandr Khoshaba Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- Reading git-diff-tree failed