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 96C294410E for ; Thu, 30 May 2024 13:21:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92FE1410E4; Thu, 30 May 2024 13:21:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EB61E402E4 for ; Thu, 30 May 2024 13:20:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E7FF712367B; Thu, 30 May 2024 13:20:52 +0200 (CEST) Subject: |WARNING| pw140465 [PATCH v3 27/30] net/ixgbe/base: add NVM init and populate In-Reply-To: <336ada0f0d6c70e7f362594aa723ce2706a4e236.1717067519.git.anatoly.burakov@intel.com> References: <336ada0f0d6c70e7f362594aa723ce2706a4e236.1717067519.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240530112052.E7FF712367B@dpdk.org> Date: Thu, 30 May 2024 13:20:52 +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/140465 _coding style issues_ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #109: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2552: + status = ixgbe_read_ee_aci_E610(hw, offset, &value); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #142: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2585: + status = ixgbe_read_ee_aci_E610(hw, offset, &value); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #164: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2607: + u32 min_size = 0, max_size = IXGBE_ACI_NVM_MAX_OFFSET + 1; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #177: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2620: + if (status == IXGBE_ERR_ACI_ERROR && WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #178: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2621: + hw->aci.last_status == IXGBE_ACI_RC_EINVAL) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #178: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2621: + hw->aci.last_status == IXGBE_ACI_RC_EINVAL) { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #215: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2658: + status = ixgbe_read_ee_aci_E610(hw, E610_SR_NVM_CTRL_WORD, &ctrl_word); WARNING:BRACES: braces {} are not necessary for single statement blocks #216: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2659: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #243: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2686: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #249: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2692: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #255: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2698: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #261: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2704: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #267: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2710: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #273: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2716: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #315: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2758: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #320: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2763: + if (status) { + return status; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #326: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2769: + if (status) { + return status; + } total: 0 errors, 17 warnings, 0 checks, 259 lines checked