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 5918A42439 for ; Fri, 20 Jan 2023 18:22:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5550941101; Fri, 20 Jan 2023 18:22:38 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0242E4067E for ; Fri, 20 Jan 2023 18:22:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id ED23C123D76; Fri, 20 Jan 2023 18:22:34 +0100 (CET) Subject: |WARNING| pw122425 [PATCH v2 6/8] ethdev: use ARP protocol struct for flow matching In-Reply-To: <20230120171902.4188088-7-ferruh.yigit@amd.com> References: <20230120171902.4188088-7-ferruh.yigit@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20230120172234.ED23C123D76@dpdk.org> Date: Fri, 20 Jan 2023 18:22:34 +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/122425 _coding style issues_ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #161: FILE: app/test-pmd/cmdline_flow.c:4245: + hdr.arp_data.arp_tha)), WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #247: FILE: lib/ethdev/rte_flow.h:1274: + struct rte_ether_addr tha; /**< Target hardware address. */ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #264: FILE: lib/ethdev/rte_flow.h:1287: + .hdr.arp_data.arp_tha.addr_bytes = "\xff\xff\xff\xff\xff\xff", total: 0 errors, 3 warnings, 111 lines checked