diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 4 |
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 | */ |
3424 | static void netdev_dma_event(struct dma_client *client, struct dma_chan *chan, | 3424 | static void netdev_dma_event(struct dma_client *client, struct dma_chan *chan, |
3425 | enum dma_event event) | 3425 | enum dma_event event) |