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 E231242CA8 for ; Tue, 13 Jun 2023 12:24:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DEACC40A8A; Tue, 13 Jun 2023 12:24:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A589F42D3F for ; Tue, 13 Jun 2023 12:24:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A07E01208D8; Tue, 13 Jun 2023 12:24:28 +0200 (CEST) Subject: |WARNING| pw128576 [PATCH v4 13/15] net/cnxk: create/destroy MACsec SC/SA In-Reply-To: <20230613102009.2390568-14-gakhil@marvell.com> References: <20230613102009.2390568-14-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20230613102428.A07E01208D8@dpdk.org> Date: Tue, 13 Jun 2023 12:24:28 +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/128576 _coding style issues_ WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #174: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:61: + uint8_t ciph_key[32] = {0}; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #197: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:84: + ciph_key[i] = conf->key.data[conf->key.length - 1 - i]; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #199: FILE: drivers/net/cnxk/cnxk_ethdev_mcs.c:86: + memcpy(&req.plcy[0][0], ciph_key, conf->key.length); total: 0 errors, 3 warnings, 0 checks, 305 lines checked