git: dfa01f4f98a1 - main - nvme(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:09 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=dfa01f4f98a1343bf375c54a5cd44718c4211bec commit dfa01f4f98a1343bf375c54a5cd44718c4211bec Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 19:02:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:24:34 +0000 nvme(4): Fix a typo in a source code comment - s/is is/is/ MFC after: 3 days --- 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 0bf485cea47f..175975b2b3ac 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -537,7 +537,7 @@ nvme_qpair_process_completions(struct nvme_qpair *qpair) bool in_panic = dumping || SCHEDULER_STOPPED(); /* - * 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. Any * pending completions for when we're in startup will be completed