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 43A6E45A9C for ; Wed, 2 Oct 2024 14:23:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 06893409FA; Wed, 2 Oct 2024 14:23:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B47554065C for ; Wed, 2 Oct 2024 14:23:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AEAF712074A; Wed, 2 Oct 2024 14:23:40 +0200 (CEST) Subject: |WARNING| pw144747 [PATCH v3 16/47] net/bnxt: tf_ulp: miscellaneous fixes In-Reply-To: <20241001055833.757163-17-sriharsha.basavapatna@broadcom.com> References: <20241001055833.757163-17-sriharsha.basavapatna@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Sriharsha Basavapatna Message-Id: <20241002122340.AEAF712074A@dpdk.org> Date: Wed, 2 Oct 2024 14:23:40 +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/144747 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ctx' - possible side-effects? #578: FILE: drivers/net/bnxt/tf_ulp/bnxt_ulp.h:66: +#define ULP_APP_CUST_VXLAN_SUPPORT(ctx) \ + ((ctx) && (ctx)->cfg_data && (ctx)->cfg_data->vxlan_port != 0) CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ctx' - possible side-effects? #580: FILE: drivers/net/bnxt/tf_ulp/bnxt_ulp.h:68: +#define ULP_APP_CUST_VXLAN_IP_SUPPORT(ctx)\ + ((ctx) && (ctx)->cfg_data && (ctx)->cfg_data->vxlan_ip_port != 0) WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'? #702: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:242: + app_id_sig = bnxt_ulp_glb_app_id_sig_get(parms->app_id); total: 0 errors, 1 warnings, 2 checks, 707 lines checked