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 06462459B2 for ; Mon, 16 Sep 2024 19:41:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E089E40ED9; Mon, 16 Sep 2024 19:41:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 601D740E37 for ; Mon, 16 Sep 2024 19:41:16 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4A053121D10; Mon, 16 Sep 2024 19:41:16 +0200 (CEST) Subject: |WARNING| pw144091 [PATCH] net/tap: add new macpair option for split MAC address In-Reply-To: <20240916173851.369395-1-iboukris@gmail.com> References: <20240916173851.369395-1-iboukris@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Isaac Boukris Message-Id: <20240916174116.4A053121D10@dpdk.org> Date: Mon, 16 Sep 2024 19:41:16 +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/144091 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #176: FILE: drivers/net/tap/rte_eth_tap.c:2039: + mac = (struct rte_ether_addr*)ifr.ifr_hwaddr.sa_data; total: 1 errors, 0 warnings, 0 checks, 124 lines checked