Date: Thu, 14 Apr 2022 06:13:28 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: b0f708e6a61f - stable/13 - iscsi(4): Remove a double word in a source code comment Message-ID: <202204140613.23E6DSAL054768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b0f708e6a61fbcded0662d406ea10257f5bc696b commit b0f708e6a61fbcded0662d406ea10257f5bc696b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 09:01:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:09:17 +0000 iscsi(4): Remove a double word in a source code comment - s/for for/for/ (cherry picked from commit 10df4dc7246b97a2069b0b85277fdeff619b248b) --- sys/dev/isci/scil/scic_sds_remote_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h index b4081ecfe523..70107e99ba72 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.h +++ b/sys/dev/isci/scil/scic_sds_remote_device.h @@ -128,7 +128,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_IDLE, /** - * This is the command state for for the STP remote device. This state is + * This is the command state for the STP remote device. This state is * entered when the device is processing a non-NCQ command. The device object * will fail any new start IO requests until this command is complete. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140613.23E6DSAL054768>