From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3442EA04B6 for ; Mon, 12 Oct 2020 13:35:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21C251D6ED; Mon, 12 Oct 2020 13:35:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B70831D6DD; Mon, 12 Oct 2020 13:35:21 +0200 (CEST) In-Reply-To: <20201012113135.19476-3-guyk@marvell.com> References: <20201012113135.19476-3-guyk@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20201012113521.B70831D6DD@dpdk.org> Date: Mon, 12 Oct 2020 13:35:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80359 [PATCH v2 2/4] regex/octeontx2: add build infra and device support X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/80359 _coding style issues_ WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1354: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:24: + struct rxp_blacklist_data_sample *blacklist_sample_data = NULL; WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1354: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:24: + struct rxp_blacklist_data_sample *blacklist_sample_data = NULL; WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1373: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:43: + float set_auto_blacklist = 0; WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1424: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:94: + blacklist_sample_data, WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1430: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:100: + set_auto_blacklist, WARNING:TYPO_SPELLING: 'QUE' may be misspelled - perhaps 'QUEUE'? #1800: FILE: drivers/regex/octeontx2/otx2_regexdev_hw_access.h:45: +#define OTX2_REE_AF_QUE_SBUF_CTL(a) (0x1200ull | (uint64_t)(a) << 3) total: 0 errors, 6 warnings, 2237 lines checked