scst_copy_mgr: Fix indentation

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6682 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-11-12 17:43:26 +00:00
parent 2c6eac2c24
commit e1d9ed0128
+2 -2
View File
@@ -3548,8 +3548,8 @@ static int scst_cm_mgmt(struct scst_sysfs_work_item *work)
d->scsi_dev->channel == channel &&
d->scsi_dev->id == id &&
d->scsi_dev->lun == lun) {
dev = d;
break;
dev = d;
break;
}
}
if (dev == NULL) {