mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
dma: Fix typo in iop-adma.c
Correct spelling "allocted" to "allocated" in drivers/dma/iop-adma.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b6d60fde1c
commit
b6695e411f
@ -1482,7 +1482,7 @@ static int __devinit iop_adma_probe(struct platform_device *pdev)
|
||||
goto err_free_adev;
|
||||
}
|
||||
|
||||
dev_dbg(&pdev->dev, "%s: allocted descriptor pool virt %p phys %p\n",
|
||||
dev_dbg(&pdev->dev, "%s: allocated descriptor pool virt %p phys %p\n",
|
||||
__func__, adev->dma_desc_pool_virt,
|
||||
(void *) adev->dma_desc_pool);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user