commit | 7b8335589035b47504f98c1a22547f514386a48c | [log] [tgz] |
---|---|---|
author | Oleksandr Khoshaba <Oleksandr.Khoshaba@gmail.com> | Tue Aug 27 01:37:27 2013 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Sep 03 07:27:59 2013 -0700 |
tree | d9402732b416364611d468311df9d6cb7f37d501 | |
parent | 963ba22b90a955363644cd397b20226928eab976 [diff] |
[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 <Oleksandr.Khoshaba@gmail.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>