diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 07:54:29 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2016-09-23 09:42:06 -0400 |
commit | 520c1748092d34c0effb773bd131752f3b9585ae (patch) | |
tree | 7a2032d123266b74e698a1c0a95775f8f7e01555 | |
parent | 46813ddcce9373fc3035275c36321484b494871c (diff) |
Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
-rw-r--r-- | arch/cris/arch-v32/drivers/cryptocop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/drivers/cryptocop.c b/arch/cris/arch-v32/drivers/cryptocop.c index 2081d8b45f06..b5698c876fcc 100644 --- a/arch/cris/arch-v32/drivers/cryptocop.c +++ b/arch/cris/arch-v32/drivers/cryptocop.c | |||
@@ -1210,7 +1210,7 @@ static int cryptocop_setup_dma_list(struct cryptocop_operation *operation, struc | |||
1210 | assert(active_count >= eop_needed_count); | 1210 | assert(active_count >= eop_needed_count); |
1211 | assert((eop_needed_count == 0) || (eop_needed_count == 1)); | 1211 | assert((eop_needed_count == 0) || (eop_needed_count == 1)); |
1212 | if (eop_needed_count) { | 1212 | if (eop_needed_count) { |
1213 | /* This means that the bulk operation (cipeher/m2m) is terminated. */ | 1213 | /* This means that the bulk operation (cipher/m2m) is terminated. */ |
1214 | if (active_count > 1) { | 1214 | if (active_count > 1) { |
1215 | /* Use zero length EOP descriptor. */ | 1215 | /* Use zero length EOP descriptor. */ |
1216 | struct cryptocop_dma_desc *ed = alloc_cdesc(alloc_flag); | 1216 | struct cryptocop_dma_desc *ed = alloc_cdesc(alloc_flag); |