aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethernet
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2011-07-25 16:17:01 -0700
committerDavid S. Miller <davem@davemloft.net>2011-07-25 16:17:01 -0700
commit48daec034b2669c634983d0435beac41190b4c91 (patch)
tree782fe61a63c9bbd613de747a77a5c9e027c4438e /net/ethernet
parentIPv4: Send gratuitous ARP for secondary IP addresses also (diff)
downloadlinux-dev-48daec034b2669c634983d0435beac41190b4c91.tar.xz
linux-dev-48daec034b2669c634983d0435beac41190b4c91.zip
net: fix eth.c kernel-doc warning
From: Randy Dunlap <rdunlap@xenotime.net> Fix new kernel-doc warning in eth.c: Warning(net/ethernet/eth.c:237): No description found for parameter 'type' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethernet')
-rw-r--r--net/ethernet/eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c
index 5cffb63f481a..b8453bd4b09c 100644
--- a/net/ethernet/eth.c
+++ b/net/ethernet/eth.c
@@ -231,6 +231,7 @@ EXPORT_SYMBOL(eth_header_parse);
* eth_header_cache - fill cache entry from neighbour
* @neigh: source neighbour
* @hh: destination cache entry
+ * @type: Ethernet type field
* Create an Ethernet header template from the neighbour.
*/
int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type)