Re: [PATCH v3 5/6] scsi: replace custom approach to hexdump small buffers

2016-10-24 Thread Ewan D. Milne
On Sat, 2016-10-22 at 20:32 +0300, Andy Shevchenko wrote: > In kernel we have defined specifier (%*ph[C]) to dump small buffers in a hex > format. Replace custom approach by a generic one. > > Cc: Jon Mason > Signed-off-by: Andy Shevchenko > --- > drivers/scsi/scsi_transport_srp.c | 11 +---

[PATCH v3 5/6] scsi: replace custom approach to hexdump small buffers

2016-10-22 Thread Andy Shevchenko
In kernel we have defined specifier (%*ph[C]) to dump small buffers in a hex format. Replace custom approach by a generic one. Cc: Jon Mason Signed-off-by: Andy Shevchenko --- drivers/scsi/scsi_transport_srp.c | 11 +-- drivers/scsi/sd.c | 4 +--- 2 files changed, 2 ins