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 A2886A0547 for ; Fri, 23 Apr 2021 18:20:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9884A410F2; Fri, 23 Apr 2021 18:20:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C154D410E8 for ; Fri, 23 Apr 2021 18:20:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A837E121158; Fri, 23 Apr 2021 18:20:52 +0200 (CEST) In-Reply-To: <20210423161820.2135053-4-ciara.power@intel.com> References: <20210423161820.2135053-4-ciara.power@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ciara Power Message-Id: <20210423162052.A837E121158@dpdk.org> Date: Fri, 23 Apr 2021 18:20:52 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92088 [PATCH v3 3/7] test/crypto: refactor to use sub-testsuites 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/92088 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1268: FILE: app/test/test_cryptodev.c:13707: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1285: FILE: app/test/test_cryptodev.c:13717: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1302: FILE: app/test/test_cryptodev.c:13727: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1319: FILE: app/test/test_cryptodev.c:13737: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1329: FILE: app/test/test_cryptodev.c:13747: + test_scheduler_detach_slave_op(); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2075: FILE: app/test/test_cryptodev.c:14725: + TEST_CASE(test_scheduler_attach_slave_op), WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2080: FILE: app/test/test_cryptodev.c:14730: + TEST_CASE(test_scheduler_detach_slave_op), total: 0 errors, 7 warnings, 2133 lines checked