Re: [PATCH net] net: document accel_priv parameter for __dev_queue_xmit()

2014-01-19 Thread David Miller
From: Jason Wang Date: Mon, 20 Jan 2014 11:25:13 +0800 > To silent "make htmldocs" warning. > > Reported-by: kbuild test robot > Signed-off-by: Jason Wang Applied to net-next. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

Re: [PATCH net] net: document accel_priv parameter for __dev_queue_xmit()

2014-01-19 Thread David Miller
From: Jason Wang Date: Mon, 20 Jan 2014 11:25:13 +0800 > To silent "make htmldocs" warning. > > Reported-by: kbuild test robot > Signed-off-by: Jason Wang This is certainly not such a catastrophic error that it should be targetted at the 'net' tree. -- To unsubscribe from this list: send the

[PATCH net] net: document accel_priv parameter for __dev_queue_xmit()

2014-01-19 Thread Jason Wang
To silent "make htmldocs" warning. Reported-by: kbuild test robot Signed-off-by: Jason Wang --- 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