Date: Tue, 13 Sep 2022 05:27:38 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 92590ba59127 - stable/12 - iscsi(4): Remove a double word in a source code comment Message-ID: <202209130527.28D5RcOi034600@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=92590ba59127c8bc9445ec8bd3cebb7f7c248a67 commit 92590ba59127c8bc9445ec8bd3cebb7f7c248a67 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-10 11:04:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-13 05:26:59 +0000 iscsi(4): Remove a double word in a source code comment - s/to to/to/ (cherry picked from commit 13604a80f7a4b0dbb2594482e233baa3f3926523) --- sys/dev/isci/scil/scic_sds_remote_node_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.c b/sys/dev/isci/scil/scic_sds_remote_node_context.c index 8d3698a9a09a..b75b3742e43f 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.c @@ -963,7 +963,7 @@ SCI_STATUS scic_sds_remote_node_context_await_suspension_state_resume_handler( * * @param[in] this_rnc The remote node context which is to receive the task * request. -* @param[in] the_request The task request to be transmitted to to the remote +* @param[in] the_request The task request to be transmitted to the remote * target device. * * @return SCI_STATUS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209130527.28D5RcOi034600>