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>
        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);
 
         */
        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;
        }
        /*