diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2023-01-11 09:46:58 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-01-11 09:46:58 +0000 |
| commit | bc9228749c2ab31192a17ef01cfb363480144cdc (patch) | |
| tree | ee0f8db461c75426a04911348f71639011f1621d /sys/dev/ahci | |
| parent | be51810f8d68937ec4e2ce05e89938bda34d8364 (diff) | |
Diffstat (limited to 'sys/dev/ahci')
| -rw-r--r-- | sys/dev/ahci/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 3fd119b2e10e..821ef756c9ba 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -1484,7 +1484,7 @@ ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus) ahci_done(ch, fccb); } for (i = 0; i < ch->numslots; i++) { - /* XXX: reqests in loading state. */ + /* XXX: requests in loading state. */ if (((err >> i) & 1) == 0) continue; if (port >= 0 && |
