From bc062243887e55e997f2ae50845d42eff025f4ef Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 May 2019 22:23:47 +0000 Subject: [PATCH] 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 --- qla2x00t-32gbit/qla_target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t-32gbit/qla_target.c b/qla2x00t-32gbit/qla_target.c index 0d2aefcc1..5c7433c17 100644 --- a/qla2x00t-32gbit/qla_target.c +++ b/qla2x00t-32gbit/qla_target.c @@ -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;