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 8C9F04410E 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 857AB41060; 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 9B520402E4 for ; Thu, 30 May 2024 13:20:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 930A112367B; Thu, 30 May 2024 13:20:48 +0200 (CEST) Subject: |WARNING| pw140466 [PATCH v3 28/30] net/ixgbe/base: alternate structure operations support In-Reply-To: <3ba2bf5d562e7098c2b54184f2ed3a762b9ce566.1717067519.git.anatoly.burakov@intel.com> References: <3ba2bf5d562e7098c2b54184f2ed3a762b9ce566.1717067519.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240530112048.930A112367B@dpdk.org> Date: Thu, 30 May 2024 13:20:48 +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/140466 _coding style issues_ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #88: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2897: + * ixgbe_aci_alternate_write - write to alternate structure WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #95: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2904: + * Write one or two dwords to alternate structure using ACI command (0x0900). WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #100: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2909: +s32 ixgbe_aci_alternate_write(struct ixgbe_hw *hw, u32 reg_addr0, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #103: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2912: + struct ixgbe_aci_cmd_read_write_alt_direct *cmd; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #104: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2913: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #109: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2918: + ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_write_alt_direct); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #115: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2924: + status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #121: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2930: + * ixgbe_aci_alternate_read - read from alternate structure WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #128: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2937: + * Read one or two dwords from alternate structure using ACI command (0x0902). WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #135: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2944: +s32 ixgbe_aci_alternate_read(struct ixgbe_hw *hw, u32 reg_addr0, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #138: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2947: + struct ixgbe_aci_cmd_read_write_alt_direct *cmd; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #139: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2948: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #147: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2956: + ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_read_alt_direct); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #151: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2960: + status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #164: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2973: + * ixgbe_aci_alternate_write_done - check if writing to alternate structure WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #174: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2983: +s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #177: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2986: + struct ixgbe_aci_cmd_done_alt_write *cmd; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #178: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2987: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #186: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2995: + ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_done_alt_write); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #189: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2998: + status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #192: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3001: + IXGBE_ACI_RESP_RESET_NEEDED) != 0; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #198: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3007: + * ixgbe_aci_alternate_clear - clear alternate structure WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #206: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3015: +s32 ixgbe_aci_alternate_clear(struct ixgbe_hw *hw) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #208: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3017: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #212: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3021: + ixgbe_aci_opc_clear_port_alt_write); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #214: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3023: + status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #231: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:91: +s32 ixgbe_aci_alternate_write(struct ixgbe_hw *hw, u32 reg_addr0, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #233: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:93: +s32 ixgbe_aci_alternate_read(struct ixgbe_hw *hw, u32 reg_addr0, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #235: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:95: +s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #237: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:97: +s32 ixgbe_aci_alternate_clear(struct ixgbe_hw *hw); total: 0 errors, 30 warnings, 0 checks, 153 lines checked