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 AEEAF4578F for ; Thu, 29 Aug 2024 11:02:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ACB0342D45; Thu, 29 Aug 2024 11:02:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 21B4942D78 for ; Thu, 29 Aug 2024 11:01:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1CA3C120778; Thu, 29 Aug 2024 11:01:50 +0200 (CEST) Subject: |WARNING| pw143427 [PATCH v1 02/15] net/ixgbe/base: add missing ACI definitions In-Reply-To: <15a202bbc980f323ee6c8b83482ad3ad7393a95c.1724921977.git.anatoly.burakov@intel.com> References: <15a202bbc980f323ee6c8b83482ad3ad7393a95c.1724921977.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240829090150.1CA3C120778@dpdk.org> Date: Thu, 29 Aug 2024 11:01:50 +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/143427 _coding style issues_ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #48: Subject: [PATCH v1 02/15] net/ixgbe/base: add missing ACI definitions WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #71: When adding Admin Command Interface and E610 device support, some ACI WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #92: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:674: + case IXGBE_ACI_CAPS_SRIOV: WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #103: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:840: + * ixgbe_parse_vf_dev_caps - Parse IXGBE_ACI_CAPS_VF device caps WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #108: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:845: + * Parse IXGBE_ACI_CAPS_VF for device capabilities. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #112: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:849: + struct ixgbe_aci_cmd_list_caps_elem *cap) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #128: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:969: + case IXGBE_ACI_CAPS_VF: WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #139: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:991: + * ixgbe_parse_vf_func_caps - Parse IXGBE_ACI_CAPS_VF function caps WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #144: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:996: + * Extract function capabilities for IXGBE_ACI_CAPS_VF. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #148: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1000: + struct ixgbe_aci_cmd_list_caps_elem *cap) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #166: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1122: + case IXGBE_ACI_CAPS_VF: WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #180: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:675: +#define IXGBE_ACI_CAPS_SRIOV 0x0012 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #181: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:676: +#define IXGBE_ACI_CAPS_VF 0x0013 total: 0 errors, 13 warnings, 0 checks, 95 lines checked