net: document accel_priv parameter for __dev_queue_xmit()
authorJason Wang <[email protected]>
Mon, 20 Jan 2014 03:25:13 +0000 (11:25 +0800)
committerDavid 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

index 288df62320067b072a7950c2924455f3e095bd17..fb99f64770502426e83c534bc6bf64f36cf89665 100644 (file)
@@ -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