qla2xxx-32gbit: Update a source code comments

Change one occurrence of "*(" into "()". Fix the reference to
qla_tgt_handle_cmd_for_atio(): there has never been a function with
that name.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8284 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-05-01 22:23:47 +00:00
parent 15bc114ea6
commit bc06224388

View File

@@ -4280,7 +4280,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().
*/
ha->tgt.tgt_ops->put_sess(sess);
return;