scsi: scsi_debug: Fix pointer styling issues
authorJohn Pittman <jpittman@redhat.com>
Sat, 10 Feb 2018 02:12:43 +0000 (21:12 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 14 Feb 2018 02:49:18 +0000 (21:49 -0500)
commit91d4c7520d0c514f404b9098b467184421cb9cc5
tree684fc3add256f2c6ad87ad37cb7650f4abc5335a
parent9b91fd34b46ded81232de3ce41b9b662ec74b07f
scsi: scsi_debug: Fix pointer styling issues

Pointer styling issues exposed by checkpatch.pl in scsi_debug.c:

   ERROR: "foo * bar" should be "foo *bar"

Fixed 37 total errors reported.

[mkp: fixed typo noticed by Doug]

Signed-off-by: John Pittman <jpittman@redhat.com>
Acked-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_debug.c