mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
nvme(4): Fix a typo in a source code comment
- s/is is/is/ MFC after: 3 days
This commit is contained in:
parent
4e27f86733
commit
dfa01f4f98
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue