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 B2674A04C0 for ; Tue, 13 Oct 2020 12:13:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86DFA1DAA4; Tue, 13 Oct 2020 12:13:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 003D41DA08; Tue, 13 Oct 2020 12:13:02 +0200 (CEST) In-Reply-To: <20201013101011.21015-3-guyk@marvell.com> References: <20201013101011.21015-3-guyk@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20201013101303.003D41DA08@dpdk.org> Date: Tue, 13 Oct 2020 12:13:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80451 [PATCH v3 2/3] 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/80451 _coding style issues_ WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1458: 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'? #1458: 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'? #1477: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:43: + float set_auto_blacklist = 0; WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1528: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:94: + blacklist_sample_data, WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #1534: FILE: drivers/regex/octeontx2/otx2_regexdev_compiler.c:100: + set_auto_blacklist, WARNING:TYPO_SPELLING: 'QUE' may be misspelled - perhaps 'QUEUE'? #1904: 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, 2304 lines checked