* |WARNING| pw143478 [PATCH 16/47] net/bnxt: tf_ulp: miscellaneous fixes
[not found] <20240830140049.1715230-17-sriharsha.basavapatna@broadcom.com>
@ 2024-08-30 14:07 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-08-30 14:07 UTC (permalink / raw)
To: test-report; +Cc: Sriharsha Basavapatna
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-30 14:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240830140049.1715230-17-sriharsha.basavapatna@broadcom.com>
2024-08-30 14:07 ` |WARNING| pw143478 [PATCH 16/47] net/bnxt: tf_ulp: miscellaneous fixes checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).