diff options
Diffstat (limited to 'drivers/dma/at_hdmac.c')
-rw-r--r-- | drivers/dma/at_hdmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index bd5250e8c00c..e88076022a7a 100644 --- a/drivers/dma/at_hdmac.c +++ b/drivers/dma/at_hdmac.c | |||
@@ -69,7 +69,7 @@ static struct at_desc *atc_first_queued(struct at_dma_chan *atchan) | |||
69 | } | 69 | } |
70 | 70 | ||
71 | /** | 71 | /** |
72 | * atc_alloc_descriptor - allocate and return an initilized descriptor | 72 | * atc_alloc_descriptor - allocate and return an initialized descriptor |
73 | * @chan: the channel to allocate descriptors for | 73 | * @chan: the channel to allocate descriptors for |
74 | * @gfp_flags: GFP allocation flags | 74 | * @gfp_flags: GFP allocation flags |
75 | * | 75 | * |