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 1DF36A04A2 for ; Fri, 4 Mar 2022 03:58:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1316740150; Fri, 4 Mar 2022 03:58:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2412E4013F for ; Fri, 4 Mar 2022 03:58:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id F0FE91234A0; Fri, 4 Mar 2022 03:58:41 +0100 (CET) Subject: |WARNING| pw108529 [PATCH v2] app/testpmd : fix testpmd quit error In-Reply-To: <20220304023701.499961-1-wenxuanx.wu@intel.com> References: <20220304023701.499961-1-wenxuanx.wu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: wenxuanx.wu@intel.com Message-Id: <20220304025841.F0FE91234A0@dpdk.org> Date: Fri, 4 Mar 2022 03:58:41 +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/108529 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #68: Change the logic of func port_is_bonding_slave, this func WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #101: FILE: app/test-pmd/testpmd.c:3829: + if ((*port->dev_info.dev_flags & RTE_ETH_DEV_BONDED_SLAVE) || (port->slave_flag == 1)) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #101: FILE: app/test-pmd/testpmd.c:3829: + if ((*port->dev_info.dev_flags & RTE_ETH_DEV_BONDED_SLAVE) || (port->slave_flag == 1)) total: 0 errors, 3 warnings, 20 lines checked