mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user