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 92805A2EFC for ; Tue, 15 Oct 2019 17:49:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7DE091ED49; Tue, 15 Oct 2019 17:49:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 31FA91ED49; Tue, 15 Oct 2019 17:48:21 +0200 (CEST) In-Reply-To: <20191015082235.28639-14-cardigliano@ntop.org> References: <20191015082235.28639-14-cardigliano@ntop.org> To: test-report@dpdk.org Cc: Alfredo Cardigliano Message-Id: <20191015154821.31FA91ED49@dpdk.org> Date: Tue, 15 Oct 2019 17:48:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61213 [PATCH v2 13/17] net/ionic: add RX and TX handling 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/61213 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'q' - possible side-effects? #611: FILE: drivers/net/ionic/ionic_lif.h:65: +#define IONIC_Q_TO_QCQ(q) container_of(q, struct ionic_qcq, q) total: 0 errors, 0 warnings, 1 checks, 1619 lines checked