summaryrefslogtreecommitdiffstats
path: root/drivers/dma/intel_mid_dma.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-12-14 15:47:46 +0800
committerVinod Koul <vinod.koul@linux.intel.com>2011-12-23 22:05:22 +0530
commitd6077c92b6c51299eac7c2673631d6394ee2191a (patch)
treedbbe7db2f0222898cc8b0e8269128437a0cc0dda /drivers/dma/intel_mid_dma.c
parent2a0ff7a602714990b10a8749e908dad48401138e (diff)
ASoC: mxs: correct 'direction' of device_prep_dma_cyclic
The commit 49920bc (dmaengine: add new enum dma_transfer_direction) changes the type of parameter 'direction' of device_prep_dma_cyclic from dma_data_direction to dma_transfer_direction. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/intel_mid_dma.c')
0 files changed, 0 insertions, 0 deletions
841a3e (patch) treef1686eadbd85f953a44d0527774fd6d4007d4c3e /test/dhtest.c parentf6c006ea76304a52cf9212695525e1bcc6cf6c22 (diff)
various spelling fixes
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/dhtest.c')
-rw-r--r--test/dhtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dhtest.c b/test/dhtest.c
index 5940aa78b2..e15e8a8a6d 100644
--- a/test/dhtest.c
+++ b/test/dhtest.c
@@ -607,7 +607,7 @@ static int run_rfc5114_tests(void)
OPENSSL_free(Z1);
OPENSSL_free(Z2);
- fprintf(stderr, "Initalisation error RFC5114 set %d\n", i + 1);
+ fprintf(stderr, "Initialisation error RFC5114 set %d\n", i + 1);
ERR_print_errors_fp(stderr);
return 0;
err: