]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix warning on make htmldocs caused by skbuff.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 28 Jan 2014 16:05:28 +0000 (01:05 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jan 2014 02:06:06 +0000 (18:06 -0800)
commite79015c94a98e127d8941e0aa75c9fc67c2ffc3d
tree9531f013d95aca7eaee1f1792f001c5014275f65
parentdc4a82b07a44d255409299759d7eee4f3cb391fa
net: Fix warning on make htmldocs caused by skbuff.c

This patch fixed following Warning while executing "make htmldocs".

Warning(/net/core/skbuff.c:2164): No description found for parameter 'from'
Warning(/net/core/skbuff.c:2164): Excess function parameter 'source'
description in 'skb_zerocopy'
Replace "@source" with "@from" fixed the warning.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c