aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/vmxnet3')
-rw-r--r--drivers/net/vmxnet3/vmxnet3_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/drivers/net/vmxnet3/vmxnet3_drv.c
index 482cfa891f89..e1562e8acba5 100644
--- a/drivers/net/vmxnet3/vmxnet3_drv.c
+++ b/drivers/net/vmxnet3/vmxnet3_drv.c
@@ -633,7 +633,7 @@ vmxnet3_rq_alloc_rx_buf(struct vmxnet3_rx_queue *rq, u32 ring_idx,
633 633
634 dev_dbg(&adapter->netdev->dev, 634 dev_dbg(&adapter->netdev->dev,
635 "alloc_rx_buf: %d allocated, next2fill %u, next2comp " 635 "alloc_rx_buf: %d allocated, next2fill %u, next2comp "
636 "%u, uncommited %u\n", num_allocated, ring->next2fill, 636 "%u, uncommitted %u\n", num_allocated, ring->next2fill,
637 ring->next2comp, rq->uncommitted[ring_idx]); 637 ring->next2comp, rq->uncommitted[ring_idx]);
638 638
639 /* so that the device can distinguish a full ring and an empty ring */ 639 /* so that the device can distinguish a full ring and an empty ring */