linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] vmxnet3: Fix typo in vmxnet3_drv.c
@ 2012-02-01 13:13 Masanari Iida
  2012-02-01 19:46 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-01 13:13 UTC (permalink / raw)
  To: sbhatewara, pv-drivers, netdev; +Cc: trivial, linux-kernel, standby24x7

Correct spelling in "uncommited" to "uncommitted" in
drivers/net/vmxnet3/vmxnet3_drv.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/net/vmxnet3/vmxnet3_drv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/drivers/net/vmxnet3/vmxnet3_drv.c
index de7fc34..16cbbce 100644
--- a/drivers/net/vmxnet3/vmxnet3_drv.c
+++ b/drivers/net/vmxnet3/vmxnet3_drv.c
@@ -636,7 +636,7 @@ vmxnet3_rq_alloc_rx_buf(struct vmxnet3_rx_queue *rq, u32 ring_idx,
 
 	dev_dbg(&adapter->netdev->dev,
 		"alloc_rx_buf: %d allocated, next2fill %u, next2comp "
-		"%u, uncommited %u\n", num_allocated, ring->next2fill,
+		"%u, uncommitted %u\n", num_allocated, ring->next2fill,
 		ring->next2comp, rq->uncommitted[ring_idx]);
 
 	/* so that the device can distinguish a full ring and an empty ring */
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] vmxnet3: Fix typo in vmxnet3_drv.c
  2012-02-01 13:13 [PATCH] [trivial] vmxnet3: Fix typo in vmxnet3_drv.c Masanari Iida
@ 2012-02-01 19:46 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-02-01 19:46 UTC (permalink / raw)
  To: standby24x7; +Cc: sbhatewara, pv-drivers, netdev, trivial, linux-kernel

From: Masanari Iida <standby24x7@gmail.com>
Date: Wed,  1 Feb 2012 22:13:59 +0900

> Correct spelling in "uncommited" to "uncommitted" in
> drivers/net/vmxnet3/vmxnet3_drv.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-01 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-01 13:13 [PATCH] [trivial] vmxnet3: Fix typo in vmxnet3_drv.c Masanari Iida
2012-02-01 19:46 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).