]> git.droids-corp.org - dpdk.git/commitdiff
common/cnxk: fix typos
authorTomasz Duszynski <tduszynski@marvell.com>
Tue, 2 Nov 2021 18:47:13 +0000 (19:47 +0100)
committerJerin Jacob <jerinj@marvell.com>
Wed, 3 Nov 2021 15:12:29 +0000 (16:12 +0100)
Fix a few typos.

Fixes: fa8f86a14e2e ("common/cnxk: add build infrastructre and HW definition")
Fixes: f6d567b03d28 ("common/cnxk: support NIX IRQ")
Fixes: 5e076b609f2a ("common/cnxk: add SE set key for crypto")
Cc: stable@dpdk.org
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/cnxk/roc_api.h
drivers/common/cnxk/roc_nix_irq.c
drivers/common/cnxk/roc_se.c

index b8f3667c6c3e0e8d6af6ef00ee7ab94ba7d43e41..63c7df7b6ccc650c26122c22a11cd9aee8419718 100644 (file)
@@ -12,7 +12,7 @@
 /* Bits manipulation */
 #include "roc_bits.h"
 
-/* Bitfields manipulation */
+/* Bit fields manipulation */
 #include "roc_bitfield.h"
 
 /* ROC Constants */
index e9aa620abd90335a87d95dfbcdd222aa18f84f5b..a5cd9d4b029c353c6ed335869699e0c87c1cf5bc 100644 (file)
@@ -421,7 +421,7 @@ roc_nix_register_cq_irqs(struct roc_nix *roc_nix)
                                rc);
                        return rc;
                }
-               /* VFIO vector zero is resereved for misc interrupt so
+               /* VFIO vector zero is reserved for misc interrupt so
                 * doing required adjustment. (b13bfab4cd)
                 */
                if (plt_intr_vec_list_index_set(handle, q,
index 4edbc8e547dbcf0be1a102fc544c67ce69ec5c6f..6a28609b7cf6554856c330e23421bd00395903e9 100644 (file)
@@ -357,7 +357,7 @@ roc_se_ciph_key_set(struct roc_se_ctx *se_ctx, roc_se_cipher_type type,
        if (se_ctx->fc_type == ROC_SE_FC_GEN) {
                /*
                 * We need to always say IV is from DPTR as user can
-                * sometimes iverride IV per operation.
+                * sometimes override IV per operation.
                 */
                fctx->enc.iv_source = ROC_SE_FROM_DPTR;