aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index f05ddf31a19f..7275c5cc09b2 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -6785,7 +6785,7 @@ static int __ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size)
6785 return 0; 6785 return 0;
6786} 6786}
6787 6787
6788static int ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size) 6788static inline int ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size)
6789{ 6789{
6790 if (likely(ixgbe_desc_unused(tx_ring) >= size)) 6790 if (likely(ixgbe_desc_unused(tx_ring) >= size))
6791 return 0; 6791 return 0;