aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-06-22 19:00:11 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-23 05:07:42 -0400
commitf4b8ea7849544114e9d3d682df4d400180854677 (patch)
tree502e33a7c2edaf9ffe899da39d0e7036128ccc12 /net/core
parentc8a553ad7f0bf943047943a758cf07017819cb3c (diff)
[NET]: fix net-core kernel-doc
Warning(/var/linsrc/linux-2617-g4//include/linux/skbuff.h:304): No description found for parameter 'dma_cookie' Warning(/var/linsrc/linux-2617-g4//include/net/sock.h:1274): No description found for parameter 'copied_early' Warning(/var/linsrc/linux-2617-g4//net/core/dev.c:3309): No description found for parameter 'chan' Warning(/var/linsrc/linux-2617-g4//net/core/dev.c:3309): No description found for parameter 'event' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index d293e0f90a0c..9b8f0f22c81d 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3418,8 +3418,8 @@ static void net_dma_rebalance(void)
3418/** 3418/**
3419 * netdev_dma_event - event callback for the net_dma_client 3419 * netdev_dma_event - event callback for the net_dma_client
3420 * @client: should always be net_dma_client 3420 * @client: should always be net_dma_client
3421 * @chan: 3421 * @chan: DMA channel for the event
3422 * @event: 3422 * @event: event type
3423 */ 3423 */
3424static void netdev_dma_event(struct dma_client *client, struct dma_chan *chan, 3424static void netdev_dma_event(struct dma_client *client, struct dma_chan *chan,
3425 enum dma_event event) 3425 enum dma_event event)