Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sep: Fix typo in printk within sep driver

Correct spelling typo in printk.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
1cedfa31 b26c05a2

+3 -3
+2 -2
drivers/staging/sep/sep_crypto.c
··· 1206 1206 1207 1207 if (copy_result != crypto_ablkcipher_blocksize(tfm)) { 1208 1208 dev_warn(&ta_ctx->sep_used->pdev->dev, 1209 - "des block copy faild\n"); 1209 + "des block copy failed\n"); 1210 1210 return -ENOMEM; 1211 1211 } 1212 1212 ··· 1637 1637 crypto_ablkcipher_blocksize(tfm)) { 1638 1638 1639 1639 dev_warn(&ta_ctx->sep_used->pdev->dev, 1640 - "des block copy faild\n"); 1640 + "des block copy failed\n"); 1641 1641 sep_crypto_release(sctx, ta_ctx, 1642 1642 -ENOMEM); 1643 1643 return -ENOMEM;
+1 -1
drivers/staging/sep/sep_driver_config.h
··· 219 219 /* maximum number of entries in the caller id table */ 220 220 #define SEP_CALLER_ID_TABLE_NUM_ENTRIES 20 221 221 222 - /* maximum number of symetric operation (that require DMA resource) 222 + /* maximum number of symmetric operation (that require DMA resource) 223 223 per one message */ 224 224 #define SEP_MAX_NUM_SYNC_DMA_OPS 16 225 225