From: Masanari Iida Date: Tue, 28 Jan 2014 16:05:28 +0000 (+0900) Subject: net: Fix warning on make htmldocs caused by skbuff.c X-Git-Tag: v3.14-rc1~59^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fceb4de75f993a598d27af835e87b19b8be514e;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed