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:
3195666
)
net: document accel_priv parameter for __dev_queue_xmit()
author
Jason Wang
<
[email protected]
>
Mon, 20 Jan 2014 03:25:13 +0000
(11:25 +0800)
committer
David S. Miller
<
[email protected]
>
Mon, 20 Jan 2014 03:55:51 +0000
(19:55 -0800)
To silent "make htmldocs" warning.
Reported-by: kbuild test robot <
[email protected]
>
Signed-off-by: Jason Wang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/core/dev.c
patch
|
blob
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index 288df62320067b072a7950c2924455f3e095bd17..fb99f64770502426e83c534bc6bf64f36cf89665 100644
(file)
--- a/
net/core/dev.c
+++ b/
net/core/dev.c
@@
-2778,8
+2778,9
@@
int dev_loopback_xmit(struct sk_buff *skb)
EXPORT_SYMBOL(dev_loopback_xmit);
/**
- * dev_queue_xmit - transmit a buffer
+ *
__
dev_queue_xmit - transmit a buffer
* @skb: buffer to transmit
+ * @accel_priv: private data used for L2 forwarding offload
*
* Queue a buffer for transmission to a network device. The caller must
* have set the device and priority and built the buffer before calling