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 2DBB741D5B for ; Fri, 24 Feb 2023 06:48:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E795D42D3A; Fri, 24 Feb 2023 06:48:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 970FB4111C for ; Fri, 24 Feb 2023 06:48:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 91DAC120D89; Fri, 24 Feb 2023 06:48:53 +0100 (CET) Subject: |WARNING| pw124479 [PATCH 01/11] common/cnxk: fix incorrect auth key length In-Reply-To: <20230224054813.2855914-2-ktejasree@marvell.com> References: <20230224054813.2855914-2-ktejasree@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tejasree Kondoj Message-Id: <20230224054853.91DAC120D89@dpdk.org> Date: Fri, 24 Feb 2023 06:48:53 +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/124479 _coding style issues_ WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #107: FILE: drivers/common/cnxk/roc_se.h:298: + uint64_t ciph_then_auth : 1; WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'? #108: FILE: drivers/common/cnxk/roc_se.h:299: + uint64_t auth_then_ciph : 1; total: 0 errors, 2 warnings, 19 lines checked