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 7AB2241BBE for ; Fri, 3 Feb 2023 17:50:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7171342D1D; Fri, 3 Feb 2023 17:50:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CB8584067B for ; Fri, 3 Feb 2023 17:50:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C2526121E50; Fri, 3 Feb 2023 17:50:28 +0100 (CET) Subject: |WARNING| pw123045 [PATCH v7 5/7] ethdev: use ARP protocol struct for flow matching In-Reply-To: <20230203164854.602595-6-ferruh.yigit@amd.com> References: <20230203164854.602595-6-ferruh.yigit@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20230203165028.C2526121E50@dpdk.org> Date: Fri, 3 Feb 2023 17:50:28 +0100 (CET) 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/123045 _coding style issues_ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #162: FILE: app/test-pmd/cmdline_flow.c:4245: + hdr.arp_data.arp_tha)), WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #248: FILE: lib/ethdev/rte_flow.h:1264: + struct rte_ether_addr tha; /**< Target hardware address. */ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #265: FILE: lib/ethdev/rte_flow.h:1277: + .hdr.arp_data.arp_tha.addr_bytes = "\xff\xff\xff\xff\xff\xff", total: 0 errors, 3 warnings, 111 lines checked