mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 18:21:27 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user