net: Fix build failure with 'make mandocs'.
authorDave Jones <davej@redhat.com>
Tue, 22 Jul 2008 21:09:06 +0000 (14:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2008 21:09:06 +0000 (14:09 -0700)
commitd29f749e252bcdbfe7a75a58f0ee92da16f127c0
tree701734c2beed075d603d28cc4a343ecf1d4e475b
parentb32d13102d39ed411d152a7ffcc5f66d5b3b1b49
net: Fix build failure with 'make mandocs'.

The function header comments have to go with the functions
they are documenting, or things go horribly wrong when we
try to process them with the docbook tools.

Warning(include/linux/netdevice.h:1006): No description found for parameter 'dev_queue'
Warning(include/linux/netdevice.h:1033): No description found for parameter 'dev_queue'
Warning(include/linux/netdevice.h:1067): No description found for parameter 'dev_queue'
Warning(include/linux/netdevice.h:1093): No description found for parameter 'dev_queue'
Warning(include/linux/netdevice.h:1474): No description found for parameter 'txq'
Error(net/core/dev.c:1674): cannot understand prototype: 'u32 simple_tx_hashrnd; '

Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c