From 4f2c32268c348c086063d429d705022d8fdb2747 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 29 Sep 2014 16:42:43 +0200 Subject: ring_rx: Fix typo in header guard #endif It's HAVE_TPACKET3, not HAVE_TPACKETV3. Signed-off-by: Tobias Klauser --- ring_rx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ring_rx.h b/ring_rx.h index 60a0eeb..edd0feb 100644 --- a/ring_rx.h +++ b/ring_rx.h @@ -37,6 +37,6 @@ static inline void kernel_may_pull_from_rx_block(struct block_desc *pbd) { pbd->h1.block_status = TP_STATUS_KERNEL; } -#endif /* HAVE_TPACKETV3 */ +#endif /* HAVE_TPACKET3 */ #endif /* RX_RING_H */ -- cgit v1.2.3-54-g00ecf