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 8343442943 for ; Fri, 14 Apr 2023 19:48:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F614410F6; Fri, 14 Apr 2023 19:48:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 33F5D410F6 for ; Fri, 14 Apr 2023 19:48:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2A6C5121EF4; Fri, 14 Apr 2023 19:48:52 +0200 (CEST) Subject: |WARNING| pw126106 [PATCH v2 06/22] pdcp: add pre and post process for UL In-Reply-To: <20230414174512.642-7-anoobj@marvell.com> References: <20230414174512.642-7-anoobj@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anoob Joseph Message-Id: <20230414174852.2A6C5121EF4@dpdk.org> Date: Fri, 14 Apr 2023 19:48:52 +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/126106 _coding style issues_ WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #170: FILE: lib/pdcp/pdcp_process.c:51: + const uint8_t ciph_shift = 3 * en_priv->flags.is_ciph_in_bits; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #170: FILE: lib/pdcp/pdcp_process.c:51: + const uint8_t ciph_shift = 3 * en_priv->flags.is_ciph_in_bits; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #183: FILE: lib/pdcp/pdcp_process.c:64: + op->cipher.data.offset = data_offset << ciph_shift; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #184: FILE: lib/pdcp/pdcp_process.c:65: + op->cipher.data.length = (pkt_len - data_offset) << ciph_shift; total: 0 errors, 4 warnings, 387 lines checked