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>
/* Bits manipulation */
#include "roc_bits.h"
-/* Bitfields manipulation */
+/* Bit fields manipulation */
#include "roc_bitfield.h"
/* ROC Constants */
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,
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;