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 1DDC442CFF for ; Tue, 20 Jun 2023 03:26:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 198AC400D6; Tue, 20 Jun 2023 03:26:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 621C2400D6 for ; Tue, 20 Jun 2023 03:26:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 55F441208D8; Tue, 20 Jun 2023 03:26:28 +0200 (CEST) Subject: |WARNING| pw128810 [PATCH v3 7/9] crypto/mlx5: add queue pair setup for GCM In-Reply-To: <20230620012322.788099-8-suanmingm@nvidia.com> References: <20230620012322.788099-8-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20230620012628.55F441208D8@dpdk.org> Date: Tue, 20 Jun 2023 03:26: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/128810 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #369: FILE: drivers/crypto/mlx5/mlx5_crypto_gcm.c:194: + attr.cd_master = 1; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #473: FILE: drivers/crypto/mlx5/mlx5_crypto_gcm.c:298: + qp_attr.cd_slave_send = 1; total: 0 errors, 2 warnings, 340 lines checked