commit | 7fceb4de75f993a598d27af835e87b19b8be514e | [log] [tgz] |
---|---|---|
author | Masanari Iida <standby24x7@gmail.com> | Wed Jan 29 01:05:28 2014 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 28 18:06:06 2014 -0800 |
tree | 9531f013d95aca7eaee1f1792f001c5014275f65 | |
parent | cd0c75a78d737935c5ca8e7e2bfe7415d851bbce [diff] |
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>