diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-04 10:37:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:57:12 -0400 |
commit | d73111c6d43f08d697a3d986fe3bd8ca796a2096 (patch) | |
tree | 37d2c0e7e75c461ce4fa333ed5c7a1d74f2d9ff3 /drivers/dma/ppc4xx | |
parent | 886db6acf468bb6684e936a5456d470c69a75ef8 (diff) |
dma: fix comments
Correct spelling typo in drivers/dma.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/dma/ppc4xx')
-rw-r--r-- | drivers/dma/ppc4xx/adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ppc4xx/adma.c b/drivers/dma/ppc4xx/adma.c index ced98826684a..f72348d0bc41 100644 --- a/drivers/dma/ppc4xx/adma.c +++ b/drivers/dma/ppc4xx/adma.c | |||
@@ -4446,7 +4446,7 @@ static int __devinit ppc440spe_adma_probe(struct platform_device *ofdev) | |||
4446 | ret = -ENOMEM; | 4446 | ret = -ENOMEM; |
4447 | goto err_dma_alloc; | 4447 | goto err_dma_alloc; |
4448 | } | 4448 | } |
4449 | dev_dbg(&ofdev->dev, "allocted descriptor pool virt 0x%p phys 0x%llx\n", | 4449 | dev_dbg(&ofdev->dev, "allocated descriptor pool virt 0x%p phys 0x%llx\n", |
4450 | adev->dma_desc_pool_virt, (u64)adev->dma_desc_pool); | 4450 | adev->dma_desc_pool_virt, (u64)adev->dma_desc_pool); |
4451 | 4451 | ||
4452 | regs = ioremap(res.start, resource_size(&res)); | 4452 | regs = ioremap(res.start, resource_size(&res)); |