diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 00:30:07 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 12:45:53 +0200 |
commit | 014b38ec694ce3fd11cfedbdee75d1fdcb031839 (patch) | |
tree | f042c67edaf2aa565c42b41ab079f617959f0651 /arch/cris/arch-v32/drivers/cryptocop.c | |
parent | c6x: Fix misspellings in comments. (diff) | |
download | linux-014b38ec694ce3fd11cfedbdee75d1fdcb031839.tar.xz linux-014b38ec694ce3fd11cfedbdee75d1fdcb031839.zip |
cris: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/cris/arch-v32/drivers/cryptocop.c')
-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 617645d21b20..2081d8b45f06 100644 --- a/arch/cris/arch-v32/drivers/cryptocop.c +++ b/arch/cris/arch-v32/drivers/cryptocop.c @@ -525,7 +525,7 @@ static int setup_cipher_iv_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_ return 0; } -/* Map the ouput length of the transform to operation output starting on the inject index. */ +/* Map the output length of the transform to operation output starting on the inject index. */ static int create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int alloc_flag) { int err = 0; |