From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B88A7A3160 for ; Sat, 12 Oct 2019 02:28:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A57561EB89; Sat, 12 Oct 2019 02:28:35 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id A18DD1EB98; Sat, 12 Oct 2019 02:28:30 +0200 (CEST) In-Reply-To: <157084001706.11524.13694428931628528417.stgit@devele> References: <157084001706.11524.13694428931628528417.stgit@devele> To: test-report@dpdk.org Cc: Alfredo Cardigliano Message-Id: <20191012002830.A18DD1EB98@dpdk.org> Date: Sat, 12 Oct 2019 02:28:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw60996 [PATCH 06/17] net/ionic: add basic lif support X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/60996 _coding style issues_ CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'eth_dev' may be better as '(eth_dev)' to avoid precedence issues #332: FILE: drivers/net/ionic/ionic_ethdev.h:8: +#define IONIC_ETH_DEV_TO_LIF(eth_dev) ((struct ionic_lif *) \ + eth_dev->data->dev_private) total: 0 errors, 0 warnings, 1 checks, 464 lines checked