projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12806a2
)
vmxnet3: Fix typo in vmxnet3_drv.c
author
Masanari Iida
<
[email protected]
>
Wed, 1 Feb 2012 03:13:59 +0000
(
03:13
+0000)
committer
David S. Miller
<
[email protected]
>
Wed, 1 Feb 2012 19:46:25 +0000
(14:46 -0500)
Correct spelling in "uncommited" to "uncommitted" in
drivers/net/vmxnet3/vmxnet3_drv.c
Signed-off-by: Masanari Iida <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/vmxnet3/vmxnet3_drv.c
patch
|
blob
|
history
diff --git
a/drivers/net/vmxnet3/vmxnet3_drv.c
b/drivers/net/vmxnet3/vmxnet3_drv.c
index 482cfa891f89ded244ce0d4027141b689c5a77f6..e1562e8acba5b0d68ed220422c3394e4e048c5e8 100644
(file)
--- 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,
dev_dbg(&adapter->netdev->dev,
"alloc_rx_buf: %d allocated, next2fill %u, next2comp "
- "%u, uncommited %u\n", num_allocated, ring->next2fill,
+ "%u, uncommit
t
ed %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 */