]> Pileus Git - ~andy/linux/commitdiff
staging: sep: Fix typo in printk within sep driver
authorMasanari Iida <standby24x7@gmail.com>
Wed, 27 Mar 2013 16:14:56 +0000 (01:14 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 23:06:27 +0000 (16:06 -0700)
Correct spelling typo in printk.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sep/sep_crypto.c
drivers/staging/sep/sep_driver_config.h

index cd3bb39e42556477d66c7b098e42711cd2f41d7e..490a31e0fd4345369028380ef4f94ac3d40b481a 100644 (file)
@@ -1206,7 +1206,7 @@ static int sep_crypto_block_data(struct ablkcipher_request *req)
 
                if (copy_result != crypto_ablkcipher_blocksize(tfm)) {
                        dev_warn(&ta_ctx->sep_used->pdev->dev,
-                               "des block copy faild\n");
+                               "des block copy failed\n");
                        return -ENOMEM;
                }
 
@@ -1637,7 +1637,7 @@ static u32 crypto_post_op(struct sep_device *sep)
                                        crypto_ablkcipher_blocksize(tfm)) {
 
                                        dev_warn(&ta_ctx->sep_used->pdev->dev,
-                                               "des block copy faild\n");
+                                               "des block copy failed\n");
                                        sep_crypto_release(sctx, ta_ctx,
                                                -ENOMEM);
                                        return -ENOMEM;
index 7d7c7ab610b7d53f00539575d670272eb156422e..4b6e30743634b90b4d7869d1e083883714243bdc 100644 (file)
@@ -219,7 +219,7 @@ held by the process (struct file) */
 /* maximum number of entries in the caller id table */
 #define SEP_CALLER_ID_TABLE_NUM_ENTRIES                       20
 
-/* maximum number of symetric operation (that require DMA resource)
+/* maximum number of symmetric operation (that require DMA resource)
        per one message */
 #define SEP_MAX_NUM_SYNC_DMA_OPS                       16