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 0A69F458A9 for ; Fri, 30 Aug 2024 16:07:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39B4C42F89; Fri, 30 Aug 2024 16:07:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8B4C342F89 for ; Fri, 30 Aug 2024 16:07:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 85C17120778; Fri, 30 Aug 2024 16:07:06 +0200 (CEST) Subject: |WARNING| pw143478 [PATCH 16/47] net/bnxt: tf_ulp: miscellaneous fixes In-Reply-To: <20240830140049.1715230-17-sriharsha.basavapatna@broadcom.com> References: <20240830140049.1715230-17-sriharsha.basavapatna@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Sriharsha Basavapatna Message-Id: <20240830140706.85C17120778@dpdk.org> Date: Fri, 30 Aug 2024 16:07:06 +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/143478 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ctx' - possible side-effects? #575: 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? #577: 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'? #699: 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