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 6EC93A054F for ; Tue, 16 Mar 2021 15:34:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5B41D260071; Tue, 16 Mar 2021 15:34:07 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 75D3C260070 for ; Tue, 16 Mar 2021 15:34:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 6A5602BE3; Tue, 16 Mar 2021 15:34:05 +0100 (CET) In-Reply-To: <20210316143253.3849182-4-ciara.power@intel.com> References: <20210316143253.3849182-4-ciara.power@intel.com> To: test-report@dpdk.org Cc: Ciara Power Message-Id: <20210316143405.6A5602BE3@dpdk.org> Date: Tue, 16 Mar 2021 15:34:05 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89240 [PATCH 3/6] 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/89240 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #640: FILE: app/test/test_cryptodev.c:13316: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #657: FILE: app/test/test_cryptodev.c:13326: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #674: FILE: app/test/test_cryptodev.c:13336: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #691: FILE: app/test/test_cryptodev.c:13346: + if (test_scheduler_attach_slave_op() < 0) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #704: FILE: app/test/test_cryptodev.c:13356: + test_scheduler_detach_slave_op(); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1811: FILE: app/test/test_cryptodev.c:14857: + TEST_CASE(test_scheduler_attach_slave_op), WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1816: FILE: app/test/test_cryptodev.c:14862: + TEST_CASE(test_scheduler_detach_slave_op), total: 0 errors, 7 warnings, 2124 lines checked