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 797B341BAE for ; Thu, 2 Feb 2023 13:47:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7312C42D32; Thu, 2 Feb 2023 13:47:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8CE9640689 for ; Thu, 2 Feb 2023 13:47:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 861F9121E50; Thu, 2 Feb 2023 13:47:07 +0100 (CET) Subject: |WARNING| pw122948 [PATCH v6 6/8] ethdev: use ARP protocol struct for flow matching In-Reply-To: <20230202124500.2578857-7-ferruh.yigit@amd.com> References: <20230202124500.2578857-7-ferruh.yigit@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20230202124707.861F9121E50@dpdk.org> Date: Thu, 2 Feb 2023 13:47:07 +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/122948 _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:1274: + struct rte_ether_addr tha; /**< Target hardware address. */ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #265: 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