[PATCH 1/1] scsi: qla4xxx: change some variables to hexadecimal string via %pm, %pmR and %pM formats

2013-07-05 Thread Oleksandr Khoshaba
The patch modifies some variables using the formats '%pm', '%pmR', '%pM' and prints them as a hexadecimal string with the '' and ':' separators. Signed-off-by: Oleksandr Khoshaba --- drivers/scsi/qla4xxx/ql4_mbx.c |6 ++ drivers/sc

[PATCH 2/2] scsi: qla2xxx: change some variables to hexadecimal string via %*phN format

2013-06-29 Thread Oleksandr Khoshaba
The patch modifies some variables using the format '%*phN' and prints them as a hexadecimal string with the separator ''. Signed-off-by: Oleksandr Khoshaba --- drivers/scsi/qla2xxx/qla_gs.c | 12 ++-- drivers/scsi/qla2xxx/qla_isr.c |9 ++--- drivers/s

[PATCH 1/1] scsi: qla2xxx: change some variables to hexadecimal string via %*phC or %*phN format

2013-06-23 Thread Oleksandr Khoshaba
The patch modifies some variables using the format '%*ph[CN]' and prints them as a hexadecimal string with the separator ':' or ''. Signed-off-by: Oleksandr Khoshaba --- drivers/scsi/qla2xxx/qla_bsg.c |8 +--- drivers/scs