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 0AB66A0503 for ; Wed, 18 May 2022 21:49:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 074A840150; Wed, 18 May 2022 21:49:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B9E5F400D6 for ; Wed, 18 May 2022 21:49:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B60EE120945; Wed, 18 May 2022 21:49:49 +0200 (CEST) Subject: |WARNING| pw111328 [RFC PATCH v2 1/5] app/testpmd: mark cmdline symbols as static In-Reply-To: <20220518194649.1868574-2-david.marchand@redhat.com> References: <20220518194649.1868574-2-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20220518194949.B60EE120945@dpdk.org> Date: Wed, 18 May 2022 21:49:49 +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/111328 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2050: FILE: app/test-pmd/cmdline.c:6484: +static cmdline_parse_token_num_t cmd_setbonding_primary_slave = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2068: FILE: app/test-pmd/cmdline.c:6534: +static cmdline_parse_token_string_t cmd_addbonding_slave_add = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2072: FILE: app/test-pmd/cmdline.c:6537: +static cmdline_parse_token_string_t cmd_addbonding_slave_bonding = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2076: FILE: app/test-pmd/cmdline.c:6540: +static cmdline_parse_token_string_t cmd_addbonding_slave_slave = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2080: FILE: app/test-pmd/cmdline.c:6543: +static cmdline_parse_token_num_t cmd_addbonding_slave_slaveid = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2084: FILE: app/test-pmd/cmdline.c:6546: +static cmdline_parse_token_num_t cmd_addbonding_slave_port = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2089: FILE: app/test-pmd/cmdline.c:6550: +static cmdline_parse_inst_t cmd_add_bonding_slave = { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2098: FILE: app/test-pmd/cmdline.c:6593: +static cmdline_parse_token_string_t cmd_removebonding_slave_remove = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2102: FILE: app/test-pmd/cmdline.c:6596: +static cmdline_parse_token_string_t cmd_removebonding_slave_bonding = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2106: FILE: app/test-pmd/cmdline.c:6599: +static cmdline_parse_token_string_t cmd_removebonding_slave_slave = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2110: FILE: app/test-pmd/cmdline.c:6602: +static cmdline_parse_token_num_t cmd_removebonding_slave_slaveid = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2114: FILE: app/test-pmd/cmdline.c:6605: +static cmdline_parse_token_num_t cmd_removebonding_slave_port = WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2119: FILE: app/test-pmd/cmdline.c:6609: +static cmdline_parse_inst_t cmd_remove_bonding_slave = { total: 0 errors, 13 warnings, 6910 lines checked