Re: [PATCH v2.5 1/6] scsi_debug: use pdt constants

2016-05-03 Thread Bart Van Assche
On 04/30/2016 07:44 PM, Douglas Gilbert wrote: Use TYPE_* constants for SCSI peripheral device types instead of numbers. Further cleanups requested by checkpatch.pl . Signed-off-by: Douglas Gilbert Reviewed-by: Bart Van Assche -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH v2.5 1/6] scsi_debug: use pdt constants

2016-05-02 Thread Hannes Reinecke
On 05/01/2016 04:44 AM, Douglas Gilbert wrote: > Use TYPE_* constants for SCSI peripheral device types instead > of numbers. Further cleanups requested by checkpatch.pl . > > Signed-off-by: Douglas Gilbert > --- > drivers/scsi/scsi_debug.c | 86 > +--

[PATCH v2.5 1/6] scsi_debug: use pdt constants

2016-04-30 Thread Douglas Gilbert
Use TYPE_* constants for SCSI peripheral device types instead of numbers. Further cleanups requested by checkpatch.pl . Signed-off-by: Douglas Gilbert --- drivers/scsi/scsi_debug.c | 86 +-- 1 file changed, 45 insertions(+), 41 deletions(-) diff --git