From: Ferruh Yigit Date: Wed, 7 Dec 2016 17:19:48 +0000 (+0000) Subject: net/ixgbe: fix typo in comment X-Git-Tag: spdx-start~5041 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d49050a272272f771e968aee6608429036ba80b7;p=dpdk.git net/ixgbe: fix typo in comment Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters") Signed-off-by: Ferruh Yigit Acked-by: Wenzhuo Lu --- diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c index 579b3c133c..224c9475a4 100644 --- a/drivers/net/ixgbe/ixgbe_ethdev.c +++ b/drivers/net/ixgbe/ixgbe_ethdev.c @@ -2619,9 +2619,9 @@ ixgbe_read_stats_registers(struct ixgbe_hw *hw, uint32_t delta_gprc = 0; unsigned i; /* Workaround for RX byte count not including CRC bytes when CRC -+ * strip is enabled. CRC bytes are removed from counters when crc_strip + * strip is enabled. CRC bytes are removed from counters when crc_strip * is disabled. -+ */ + */ int crc_strip = (IXGBE_READ_REG(hw, IXGBE_HLREG0) & IXGBE_HLREG0_RXCRCSTRP);