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 4175DA0C44 for ; Mon, 14 Jun 2021 17:12:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36E464067E; Mon, 14 Jun 2021 17:12:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2EC584067A for ; Mon, 14 Jun 2021 17:12:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1AA10121198; Mon, 14 Jun 2021 17:12:55 +0200 (CEST) In-Reply-To: <20210613000652.28191-48-ajit.khaparde@broadcom.com> References: <20210613000652.28191-48-ajit.khaparde@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ajit Khaparde Message-Id: <20210614151255.1AA10121198@dpdk.org> Date: Mon, 14 Jun 2021 17:12:55 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94175 [PATCH v2 47/58] net/bnxt: refactor flow parser in ULP 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/94175 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects? #473: FILE: drivers/net/bnxt/tf_ulp/ulp_rte_parser.c:64: +#define ulp_deference_struct(x, y) ((x) ? &((x)->y) : NULL) CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'y' may be better as '(y)' to avoid precedence issues #473: FILE: drivers/net/bnxt/tf_ulp/ulp_rte_parser.c:64: +#define ulp_deference_struct(x, y) ((x) ? &((x)->y) : NULL) total: 0 errors, 0 warnings, 2 checks, 110290 lines checked