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 3759B41D5F for ; Fri, 24 Feb 2023 10:42:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 014F042B8C; Fri, 24 Feb 2023 10:42:26 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C72ED40C35 for ; Fri, 24 Feb 2023 10:42:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C1C40120D89; Fri, 24 Feb 2023 10:42:13 +0100 (CET) Subject: |WARNING| pw124507 [PATCH v2 01/11] common/cnxk: fix incorrect auth key length In-Reply-To: <20230224094014.3246764-2-ktejasree@marvell.com> References: <20230224094014.3246764-2-ktejasree@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tejasree Kondoj Message-Id: <20230224094213.C1C40120D89@dpdk.org> Date: Fri, 24 Feb 2023 10:42:13 +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/124507 _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