scsi: scsi_debug: tab, kstrto changes
authorDouglas Gilbert <dgilbert@interlog.com>
Sat, 23 Dec 2017 17:48:10 +0000 (12:48 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 11 Jan 2018 04:25:04 +0000 (23:25 -0500)
commit9a051019549028f732770a75f7c4c5b3495908c9
tree1df9e3ac7b102db6c2944df85745b753d226e60e
parentdbec4c9040edc15442c3ebdb65408aa9d3b82c24
scsi: scsi_debug: tab, kstrto changes

Some of my development tools tend to add spaces (my preference) rather
than tabs (kernel convention). Running unexpand to clean these spaces
up found more of them than checkpatch.pl did. Then checkpatch.pl
complained about other style violations in those newly tabbed lines.

Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_debug.c