Date: Thu, 14 Apr 2022 06:45:01 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: 95c83fc4ccdf - stable/12 - nvme(4): Fix a typo in a source code comment Message-ID: <202204140645.23E6j1mK096732@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=95c83fc4ccdfe7cf938c10bf931777b1a041b5cf commit 95c83fc4ccdfe7cf938c10bf931777b1a041b5cf Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 19:02:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:33:30 +0000 nvme(4): Fix a typo in a source code comment - s/is is/is/ (cherry picked from commit dfa01f4f98a1343bf375c54a5cd44718c4211bec) --- sys/dev/nvme/nvme_qpair.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c index b2609145ef8f..f7406f65ca75 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -543,7 +543,7 @@ nvme_qpair_process_completions(struct nvme_qpair *qpair) qpair->num_intr_handler_calls++; /* - * qpair is not enabled, likely because a controller reset is is in + * qpair is not enabled, likely because a controller reset is in * progress. Ignore the interrupt - any I/O that was associated with * this interrupt will get retried when the reset is complete. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6j1mK096732>