summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2022-04-25 07:48:53 +0000
committermsaitoh <msaitoh@NetBSD.org>2022-04-25 07:48:53 +0000
commitf3bf4aeec603cfb6398e50f52e326b2d64e6491e (patch)
treea9671bdef6d1e715f6aca0ae29401145e89ab31f /sys/dev
parent4d57de773a6cc628a17cd365f32f8a8c890c20d9 (diff)
Modify comment for consistency. No functional change.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/ixgbe/ix_txrx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/ixgbe/ix_txrx.c b/sys/dev/pci/ixgbe/ix_txrx.c
index ac3689403d7..c69c3f2d217 100644
--- a/sys/dev/pci/ixgbe/ix_txrx.c
+++ b/sys/dev/pci/ixgbe/ix_txrx.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ix_txrx.c,v 1.95 2022/01/25 01:56:22 msaitoh Exp $ */
+/* $NetBSD: ix_txrx.c,v 1.96 2022/04/25 07:48:53 msaitoh Exp $ */
/******************************************************************************
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ix_txrx.c,v 1.95 2022/01/25 01:56:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ix_txrx.c,v 1.96 2022/04/25 07:48:53 msaitoh Exp $");
#include "opt_inet.h"
#include "opt_inet6.h"
@@ -2034,7 +2034,7 @@ ixgbe_rxeof(struct ix_queue *que)
IXGBE_EVC_ADD(&rxr->rx_copies, 1);
rbuf->flags |= IXGBE_RX_COPY;
} else {
- /* Non short packet */
+ /* For long packet */
/* Update new (used in future) mbuf */
newmp->m_pkthdr.len = newmp->m_len