diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-19 08:04:12 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-19 08:12:02 +0000 |
| commit | 33e0180a306b9ed60df5eae1818c40ef65750525 (patch) | |
| tree | 7f4c9f4b62f992e1d9ae148c5e0755e04afa7399 /sys | |
| parent | 4177af3b0e2db36238bbd6f973943f830d1ff46f (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/thunderbolt/nhi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/thunderbolt/nhi.c b/sys/dev/thunderbolt/nhi.c index 74cefbb50ca1..9550de258dab 100644 --- a/sys/dev/thunderbolt/nhi.c +++ b/sys/dev/thunderbolt/nhi.c @@ -571,7 +571,7 @@ nhi_alloc_ring0(struct nhi_softc *sc) TAILQ_INSERT_TAIL(&r->rx_head, cmd, cm_link); } - /* Inititalize the TX frames */ + /* Initialize the TX frames */ for ( ; i < r->tx_ring_depth + r->rx_ring_depth - 1; i++) { cmd = &sc->ring0_cmds[i]; cmd->data = (uint32_t *)(frames + NHI_RING0_FRAME_SIZE * i); |
