]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit207701ca971c5759e01ad89b68c5bad154d1805c
tree684fc3add256f2c6ad87ad37cb7650f4abc5335a
parent69f5e1401329604a0ef17eb0a12b333cc52b77bf
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