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 6082C42476 for ; Tue, 24 Jan 2023 10:06:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E46240150; Tue, 24 Jan 2023 10:06:48 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 46943400EF for ; Tue, 24 Jan 2023 10:06:46 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3A975123D76; Tue, 24 Jan 2023 10:06:46 +0100 (CET) Subject: |WARNING| pw122463 [PATCH v3 6/8] ethdev: use ARP protocol struct for flow matching In-Reply-To: <20230124090300.247915-7-ferruh.yigit@amd.com> References: <20230124090300.247915-7-ferruh.yigit@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20230124090646.3A975123D76@dpdk.org> Date: Tue, 24 Jan 2023 10:06:46 +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/122463 _coding style issues_ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #159: FILE: app/test-pmd/cmdline_flow.c:4245: + hdr.arp_data.arp_tha)), WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #245: FILE: lib/ethdev/rte_flow.h:1274: + struct rte_ether_addr tha; /**< Target hardware address. */ WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #262: 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