From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 05E5E42A12 for ; Fri, 28 Apr 2023 16:48:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0216842DBF; Fri, 28 Apr 2023 16:48:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 932154113C for ; Fri, 28 Apr 2023 16:48:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8E4F9120698; Fri, 28 Apr 2023 16:48:07 +0200 (CEST) Subject: |WARNING| pw126630 [PATCH 3/7] crypto/cnxk: add CN10K pdcp chain support In-Reply-To: <20230428144647.1072-4-ktejasree@marvell.com> References: <20230428144647.1072-4-ktejasree@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tejasree Kondoj Message-Id: <20230428144807.8E4F9120698@dpdk.org> Date: Fri, 28 Apr 2023 16:48:07 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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