|WARNING| pw126630 [PATCH 3/7] crypto/cnxk: add CN10K pdcp chain support
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Apr 28 16:48:07 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/126630
_coding style issues_
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#97: FILE: drivers/common/cnxk/roc_se.c:55:
+cpt_ciph_type_set(roc_se_cipher_type type, struct roc_se_ctx *ctx, uint16_t key_len)
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#99: FILE: drivers/common/cnxk/roc_se.c:57:
+ bool chained_op = ctx->ciph_then_auth || ctx->auth_then_ciph;
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#99: FILE: drivers/common/cnxk/roc_se.c:57:
+ bool chained_op = ctx->ciph_then_auth || ctx->auth_then_ciph;
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#159: FILE: drivers/common/cnxk/roc_se.c:461:
+ opcode_minor = se_ctx->ciph_then_auth ? 2 : 3;
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#180: FILE: drivers/common/cnxk/roc_se.c:712:
+ se_ctx->template_w4.s.opcode_minor = se_ctx->ciph_then_auth ? 2 : 3;
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#331: FILE: drivers/crypto/cnxk/cnxk_se.h:883:
+ if (cpt_ctx->ciph_then_auth && (req_flags & ROC_SE_VALID_MAC_BUF))
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#433: FILE: drivers/crypto/cnxk/cnxk_se.h:985:
+ if (cpt_ctx->ciph_then_auth && (req_flags & ROC_SE_VALID_MAC_BUF))
total: 0 errors, 7 warnings, 545 lines checked
More information about the test-report
mailing list