aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/nve/if_nvereg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nve/if_nvereg.h b/sys/dev/nve/if_nvereg.h
index 605e04827b1a6..80a0e686af467 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 {