scsi: qla2xxx: Update two source code comments
authorBart Van Assche <bvanassche@acm.org>
Wed, 17 Apr 2019 21:44:10 +0000 (14:44 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 29 Apr 2019 21:24:48 +0000 (17:24 -0400)
Change one occurrence of "*(" into "()" and change one occurrence of
"lcoate" into "locate". Fix the reference to qla_tgt_handle_cmd_for_atio():
there has never been a function with that name.

Cc: Himanshu Madhani <hmadhani@marvell.com>
Cc: Giridhar Malavali <gmalavali@marvell.com>
Fixes: 75f8c1f693ee ("[SCSI] tcm_qla2xxx: Add >= 24xx series fabric module for target-core") # v3.5.
Fixes: 2d70c103fd2a ("[SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx series") # v3.5.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_target.c
drivers/scsi/qla2xxx/tcm_qla2xxx.c

index fc8914d..67bf9a8 100644 (file)
@@ -4246,7 +4246,7 @@ static void __qlt_do_work(struct qla_tgt_cmd *cmd)
        if (ret != 0)
                goto out_term;
        /*
-        * Drop extra session reference from qla_tgt_handle_cmd_for_atio*(
+        * Drop extra session reference from qlt_handle_cmd_for_atio().
         */
        spin_lock_irqsave(&ha->tgt.sess_lock, flags);
        ha->tgt.tgt_ops->put_sess(sess);
index f98c79a..b1cf2aa 100644 (file)
@@ -1481,7 +1481,7 @@ static int tcm_qla2xxx_check_initiator_node_acl(
         */
        tpg = lport->tpg_1;
        if (!tpg) {
-               pr_err("Unable to lcoate struct tcm_qla2xxx_lport->tpg_1\n");
+               pr_err("Unable to locate struct tcm_qla2xxx_lport->tpg_1\n");
                return -EINVAL;
        }
        /*