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)
commit7fceb4de75f993a598d27af835e87b19b8be514e
tree9531f013d95aca7eaee1f1792f001c5014275f65
parentcd0c75a78d737935c5ca8e7e2bfe7415d851bbce
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