From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B33191AEE9; Tue, 19 Sep 2017 03:53:17 +0200 (CEST) In-Reply-To: <1505785903-1741-2-git-send-email-rasesh.mody@cavium.com> References: <1505785903-1741-2-git-send-email-rasesh.mody@cavium.com> To: test-report@dpdk.org Cc: Rasesh Mody Message-Id: <20170919015317.B33191AEE9@dpdk.org> Date: Tue, 19 Sep 2017 03:53:17 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28906 [PATCH 31/53] net/qede/base: refactor device's number of ports logic 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: , X-List-Received-Date: Tue, 19 Sep 2017 01:53:17 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28906 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p_hwfn' - possible side-effects? #304: FILE: drivers/net/qede/base/ecore_mcp.h:28: +#define MCP_PF_ID(p_hwfn) MCP_PF_ID_BY_REL(p_hwfn, (p_hwfn)->rel_pf_id) total: 0 errors, 0 warnings, 1 checks, 258 lines checked