vge: correct pause_frames sysctl description

Reviewed by:	emaste
Pull Request:	https://github.com/freebsd/freebsd-src/pull/806
This commit is contained in:
Priit Trees 2023-07-28 21:41:22 +00:00 committed by Ed Maste
parent da8324a925
commit 0a5d2802b4

View file

@ -2564,7 +2564,7 @@ vge_sysctl_node(struct vge_softc *sc)
VGE_SYSCTL_STAT_ADD32(ctx, child, "crcerrs",
&stats->rx_crcerrs, "CRC errors");
VGE_SYSCTL_STAT_ADD32(ctx, child, "pause_frames",
&stats->rx_pause_frames, "CRC errors");
&stats->rx_pause_frames, "Pause frames");
VGE_SYSCTL_STAT_ADD32(ctx, child, "align_errs",
&stats->rx_alignerrs, "Alignment errors");
VGE_SYSCTL_STAT_ADD32(ctx, child, "nobufs",