nvme(4): Fix a typo in a source code comment

- s/is is/is/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-08 21:02:19 +02:00
parent 4e27f86733
commit dfa01f4f98

View file

@ -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