mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
if_eqos: Fix a typo in a kernel error message
- s/errer/error/ (cherry picked from commit 551921a757758353af51cd0283e9e4bcee9a84d2)
This commit is contained in:
parent
b46dedfa48
commit
adac86cd7b
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ eqos_rxintr(struct eqos_softc *sc)
|
|||
break;
|
||||
|
||||
if (rdes3 & (EQOS_RDES3_OE | EQOS_RDES3_RE))
|
||||
printf("Receive errer rdes3=%08x\n", rdes3);
|
||||
printf("Receive error rdes3=%08x\n", rdes3);
|
||||
|
||||
bus_dmamap_sync(sc->rx.buf_tag,
|
||||
sc->rx.buf_map[sc->rx.head].map, BUS_DMASYNC_POSTREAD);
|
||||
|
|
|
|||
Loading…
Reference in a new issue