staging: ccree: fix typos
authorGilad Ben-Yossef <gilad@benyossef.com>
Mon, 13 Nov 2017 14:45:29 +0000 (14:45 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 08:20:38 +0000 (09:20 +0100)
Fix a bunch of comment typos.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_hash.c
drivers/staging/ccree/ssi_hash.h
drivers/staging/ccree/ssi_ivgen.c
drivers/staging/ccree/ssi_request_mgr.c
drivers/staging/ccree/ssi_request_mgr.h

index e9ed04c61b27ae499bb44b04ac852c8fd427ce97..8dcc50fb8e2b4cbe8a4a4bc189084a745ca955fe 100644 (file)
@@ -2481,7 +2481,7 @@ static void ssi_hash_create_data_desc(struct ahash_req_ctx *areq_ctx,
  * \param drvdata
  * \param mode The Hash mode. Supported modes: MD5/SHA1/SHA224/SHA256
  *
- * \return u32 The address of the inital digest in SRAM
+ * \return u32 The address of the initial digest in SRAM
  */
 ssi_sram_addr_t ssi_ahash_get_larval_digest_sram_addr(void *drvdata, u32 mode)
 {
index 2400e389d65a548bd61ae57897279b6b2aba01ac..c884727aa9064c9e0f3f9622b73195e2feb49924 100644 (file)
@@ -95,7 +95,7 @@ ssi_ahash_get_initial_digest_len_sram_addr(void *drvdata, u32 mode);
  * \param drvdata
  * \param mode The Hash mode. Supported modes: MD5/SHA1/SHA224/SHA256/SHA384/SHA512
  *
- * \return u32 The address of the inital digest in SRAM
+ * \return u32 The address of the initial digest in SRAM
  */
 ssi_sram_addr_t ssi_ahash_get_larval_digest_sram_addr(void *drvdata, u32 mode);
 
index a33fd7631ffe8c2308e172889956ba8714ec91b1..2f9201eec48232e438db53ca6ddd74abaf2fc722 100644 (file)
@@ -198,7 +198,7 @@ int ssi_ivgen_init(struct ssi_drvdata *drvdata)
 
        ivgen_ctx = drvdata->ivgen_handle;
 
-       /* Allocate pool's header for intial enc. key/IV */
+       /* Allocate pool's header for initial enc. key/IV */
        ivgen_ctx->pool_meta = dma_alloc_coherent(device, SSI_IVPOOL_META_SIZE,
                                                  &ivgen_ctx->pool_meta_dma,
                                                  GFP_KERNEL);
index e9a09b39ac18efbc537875a29d7a517ebfb6b879..597a71f917c63439b6ae416d7d5357c353a7f443 100644 (file)
@@ -205,7 +205,7 @@ static inline int request_mgr_queues_status_check(
        struct device *dev = drvdata_to_dev(drvdata);
 
        /* SW queue is checked only once as it will not
-        * be chaned during the poll becasue the spinlock_bh
+        * be chaned during the poll because the spinlock_bh
         * is held by the thread
         */
        if (unlikely(((req_mgr_h->req_queue_head + 1) &
index ba44ab4ebe7be44f8eb0a2f775befb95b6128069..23883e204f6e1c81a74bf8938956b95fd13cc24d 100644 (file)
@@ -36,7 +36,7 @@ int request_mgr_init(struct ssi_drvdata *drvdata);
  *       If "false": this function adds a dummy descriptor completion
  *       and waits upon completion signal.
  *
- * \return int Returns -EINPROGRESS if "is_dout=ture"; "0" if "is_dout=false"
+ * \return int Returns -EINPROGRESS if "is_dout=true"; "0" if "is_dout=false"
  */
 int send_request(
        struct ssi_drvdata *drvdata, struct ssi_crypto_req *ssi_req,