diff options
-rw-r--r-- | sys/dev/nve/if_nvereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nve/if_nvereg.h b/sys/dev/nve/if_nvereg.h index 605e048..80a0e68 100644 --- a/sys/dev/nve/if_nvereg.h +++ b/sys/dev/nve/if_nvereg.h @@ -106,7 +106,7 @@ struct nve_tx_desc { struct nve_map_buffer buf; u_int16_t buflength; u_int32_t numfrags; - bus_dma_segment_t frags[NV_MAX_FRAGS + 1]; + bus_dma_segment_t frags[NV_MAX_FRAGS]; }; struct nve_softc { |