diff options
author | André Goddard Rosa <andre.goddard@gmail.com> | 2009-11-14 10:09:05 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:55 -0500 |
commit | af901ca181d92aac3a7dc265144a9081a86d8f39 (patch) | |
tree | 380054af22521144fbe1364c3bcd55ad24c9bde4 /arch/arm/plat-omap/dma.c | |
parent | 972b94ffb90ea6d20c589d9a47215df103388ddd (diff) |
tree-wide: fix assorted typos all over the place
That is "success", "unknown", "through", "performance", "[re|un]mapping"
, "access", "default", "reasonable", "[con]currently", "temperature"
, "channel", "[un]used", "application", "example","hierarchy", "therefore"
, "[over|under]flow", "contiguous", "threshold", "enough" and others.
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/plat-omap/dma.c')
-rw-r--r-- | arch/arm/plat-omap/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index b53125f41293..0e308913291b 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c | |||
@@ -1232,7 +1232,7 @@ static void create_dma_lch_chain(int lch_head, int lch_queue) | |||
1232 | * OMAP_DMA_DYNAMIC_CHAIN | 1232 | * OMAP_DMA_DYNAMIC_CHAIN |
1233 | * @params - Channel parameters | 1233 | * @params - Channel parameters |
1234 | * | 1234 | * |
1235 | * @return - Succes : 0 | 1235 | * @return - Success : 0 |
1236 | * Failure: -EINVAL/-ENOMEM | 1236 | * Failure: -EINVAL/-ENOMEM |
1237 | */ | 1237 | */ |
1238 | int omap_request_dma_chain(int dev_id, const char *dev_name, | 1238 | int omap_request_dma_chain(int dev_id, const char *dev_name, |