mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Fix grammar.
This commit is contained in:
parent
c60aecbc90
commit
8834bc521e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214021
@ -1971,8 +1971,8 @@ fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count)
|
||||
OWRITE(sc, OHCI_LNKCTLCLR, OHCI_CNTL_CYCTIMER);
|
||||
#endif
|
||||
OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_CYC_LOST);
|
||||
device_printf(fc->dev, "too many cycle lost, "
|
||||
"no cycle master presents?\n");
|
||||
device_printf(fc->dev, "too many cycles lost, "
|
||||
"no cycle master present?\n");
|
||||
}
|
||||
}
|
||||
if (stat & OHCI_INT_DMA_ATRQ) {
|
||||
|
Loading…
Reference in New Issue
Block a user