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; }