From d20e8eac39dae27571630b89189a89fb7fcf240f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 27 Sep 2010 18:35:41 +0000 Subject: [PATCH] Fixed a (harmless) typo. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2291 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-with-srp-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-kernel-with-srp-patches b/scripts/generate-kernel-with-srp-patches index 501d64280..a13965d69 100755 --- a/scripts/generate-kernel-with-srp-patches +++ b/scripts/generate-kernel-with-srp-patches @@ -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);