From fc2c602429e4b961136f8cec2b4e8fe95d12d233 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 23 Sep 2010 12:18:39 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2197 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 1bb36e9da..1e3585ea0 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -5509,7 +5509,7 @@ static void q2t_proc_log_entry_clean(struct scst_tgt_template *templ) static uint16_t q2t_get_scsi_transport_version(struct scst_tgt *scst_tgt) { - /* FCP-2 (speculative, there's no info what FW supports) */ + /* FCP-2 */ return 0x0900; }