mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Jesper Nilsson <jespern@axis.com>
This commit is contained in:
parent
46813ddcce
commit
520c174809
@ -1210,7 +1210,7 @@ static int cryptocop_setup_dma_list(struct cryptocop_operation *operation, struc
|
||||
assert(active_count >= eop_needed_count);
|
||||
assert((eop_needed_count == 0) || (eop_needed_count == 1));
|
||||
if (eop_needed_count) {
|
||||
/* This means that the bulk operation (cipeher/m2m) is terminated. */
|
||||
/* This means that the bulk operation (cipher/m2m) is terminated. */
|
||||
if (active_count > 1) {
|
||||
/* Use zero length EOP descriptor. */
|
||||
struct cryptocop_dma_desc *ed = alloc_cdesc(alloc_flag);
|
||||
|
Loading…
Reference in New Issue
Block a user