net: fix eth.c kernel-doc warning
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 25 Jul 2011 23:17:01 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2011 23:17:01 +0000 (16:17 -0700)
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>
net/ethernet/eth.c

index 5cffb63..b8453bd 100644 (file)
@@ -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)