Fixed a (harmless) typo.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2291 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-27 18:35:41 +00:00
parent 2ac1c45585
commit d20e8eac39
+1 -1
View File
@@ -607,7 +607,7 @@ index a2935e3..b8815e7 100644
target_host->transportt = ib_srp_transport_template;
target_host->max_lun = SRP_MAX_LUN;
target_host->max_cmd_len = sizeof ((struct srp_cmd *) (void *) 0L)->cdb;
+ target_host->unlocked_qcmds = true,
+ target_host->unlocked_qcmds = true;
target = host_to_target(target_host);