aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/ef10_ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sfxge/common/ef10_ev.c')
-rw-r--r--sys/dev/sfxge/common/ef10_ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/ef10_ev.c b/sys/dev/sfxge/common/ef10_ev.c
index 839ec5eaa0b9..548b9a1b806a 100644
--- a/sys/dev/sfxge/common/ef10_ev.c
+++ b/sys/dev/sfxge/common/ef10_ev.c
@@ -547,7 +547,7 @@ ef10_ev_rx(
flags |= EFX_PKT_PREFIX_LEN;
}
- /* Calculate the index of the the last descriptor consumed */
+ /* Calculate the index of the last descriptor consumed */
last_used_id = (eersp->eers_rx_read_ptr - 1) & eersp->eers_rx_mask;
/* Check for errors that invalidate checksum and L3/L4 fields */