• D
    net: Fix build failure with 'make mandocs'. · d29f749e
    Dave Jones 提交于
    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: NDave Jones <davej@redhat.com>
    Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    d29f749e
dev.c 116.6 KB