linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] net: document accel_priv parameter for __dev_queue_xmit()
@ 2014-01-20  3:25 Jason Wang
  2014-01-20  3:49 ` David Miller
  2014-01-20  3:56 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Wang @ 2014-01-20  3:25 UTC (permalink / raw)
  To: davem, netdev, linux-kernel; +Cc: Jason Wang

To silent "make htmldocs" warning.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
 net/core/dev.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 0ce469e..d78dc62 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2781,8 +2781,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
-- 
1.8.3.2


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

* Re: [PATCH net] net: document accel_priv parameter for __dev_queue_xmit()
  2014-01-20  3:25 [PATCH net] net: document accel_priv parameter for __dev_queue_xmit() Jason Wang
@ 2014-01-20  3:49 ` David Miller
  2014-01-20  3:56 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-01-20  3:49 UTC (permalink / raw)
  To: jasowang; +Cc: netdev, linux-kernel

From: Jason Wang <jasowang@redhat.com>
Date: Mon, 20 Jan 2014 11:25:13 +0800

> To silent "make htmldocs" warning.
> 
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Jason Wang <jasowang@redhat.com>

This is certainly not such a catastrophic error that it should be
targetted at the 'net' tree.


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

* Re: [PATCH net] net: document accel_priv parameter for __dev_queue_xmit()
  2014-01-20  3:25 [PATCH net] net: document accel_priv parameter for __dev_queue_xmit() Jason Wang
  2014-01-20  3:49 ` David Miller
@ 2014-01-20  3:56 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-01-20  3:56 UTC (permalink / raw)
  To: jasowang; +Cc: netdev, linux-kernel

From: Jason Wang <jasowang@redhat.com>
Date: Mon, 20 Jan 2014 11:25:13 +0800

> To silent "make htmldocs" warning.
> 
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Jason Wang <jasowang@redhat.com>

Applied to net-next.

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

end of thread, other threads:[~2014-01-20  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20  3:25 [PATCH net] net: document accel_priv parameter for __dev_queue_xmit() Jason Wang
2014-01-20  3:49 ` David Miller
2014-01-20  3:56 ` 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).