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 299B141C12 for ; Mon, 6 Feb 2023 15:53:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2283C42D3C; Mon, 6 Feb 2023 15:53:18 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6C7EE40FAE for ; Mon, 6 Feb 2023 15:53:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5AD6A121E50; Mon, 6 Feb 2023 15:53:17 +0100 (CET) Subject: |WARNING| pw123154 [PATCH] common/cnxk: fix incorrect auth key length In-Reply-To: <20230206145258.1457688-1-gmuthukrishn@marvell.com> References: <20230206145258.1457688-1-gmuthukrishn@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gowrishankar Muthukrishnan Message-Id: <20230206145317.5AD6A121E50@dpdk.org> Date: Mon, 6 Feb 2023 15:53:17 +0100 (CET) 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/123154 _coding style issues_ WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #103: FILE: drivers/common/cnxk/roc_se.h:298: + uint64_t ciph_then_auth : 1; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #104: FILE: drivers/common/cnxk/roc_se.h:299: + uint64_t auth_then_ciph : 1; total: 0 errors, 2 warnings, 19 lines checked