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 55D3242D09 for ; Tue, 20 Jun 2023 16:14:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50B0542BAC; Tue, 20 Jun 2023 16:14:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C503A42BAC for ; Tue, 20 Jun 2023 16:14:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7514E1208D8; Tue, 20 Jun 2023 16:14:24 +0200 (CEST) Subject: |WARNING| pw128865 [PATCH v4 7/9] crypto/mlx5: add queue pair setup for GCM In-Reply-To: <20230620141115.841226-8-suanmingm@nvidia.com> References: <20230620141115.841226-8-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20230620141424.7514E1208D8@dpdk.org> Date: Tue, 20 Jun 2023 16:14:24 +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/128865 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #371: FILE: drivers/crypto/mlx5/mlx5_crypto_gcm.c:194: + attr.cd_master = 1; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #475: FILE: drivers/crypto/mlx5/mlx5_crypto_gcm.c:298: + qp_attr.cd_slave_send = 1; total: 0 errors, 2 warnings, 340 lines checked