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 DDE47A0C46 for ; Fri, 17 Sep 2021 13:00:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CFD641121; Fri, 17 Sep 2021 13:00:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B3CBC41121 for ; Fri, 17 Sep 2021 13:00:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AF564122EE7; Fri, 17 Sep 2021 13:00:53 +0200 (CEST) In-Reply-To: <20210917110242.3127658-3-qi.z.zhang@intel.com> References: <20210917110242.3127658-3-qi.z.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Qi Zhang Message-Id: <20210917110053.AF564122EE7@dpdk.org> Date: Fri, 17 Sep 2021 13:00:53 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99112 [PATCH 02/20] net/ice/base: init imem table for parser 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/99112 _coding style issues_ WARNING:TYPO_SPELLING: 'arrary' may be misspelled - perhaps 'array'? #54: Parse DDP section ICE_SID_RXPARSER_IMEM into an arrary of WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #86: FILE: drivers/net/ice/base/ice_imem.c:10: +static void _imem_bst_bm_dump(struct ice_hw *hw, struct ice_bst_master *bm) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #88: FILE: drivers/net/ice/base/ice_imem.c:12: + ice_info(hw, "boost master: "); WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #164: FILE: drivers/net/ice/base/ice_imem.c:88: +/** The function parses a 4 bits Boost Master with below format: WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #170: FILE: drivers/net/ice/base/ice_imem.c:94: +static void _imem_bm_init(struct ice_bst_master *bm, u8 data) WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #178: FILE: drivers/net/ice/base/ice_imem.c:102: +/** The function parses a 10 bits Boost Master Build with below format: WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #276: FILE: drivers/net/ice/base/ice_imem.c:200: + * BIT 0-3: Boost Master (ii->b_m) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #334: FILE: drivers/net/ice/base/ice_imem.h:8: +struct ice_bst_master { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #423: FILE: drivers/net/ice/base/ice_imem.h:97: + struct ice_bst_master b_m; total: 0 errors, 9 warnings, 0 checks, 526 lines checked