* |WARNING| pw135545 [PATCH v2 15/18] net/bnxt: add 400G get support for P7 devices
[not found] <20231222215659.64993-16-ajit.khaparde@broadcom.com>
@ 2023-12-22 22:00 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-12-22 22:00 UTC (permalink / raw)
To: test-report; +Cc: Ajit Khaparde
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/135545
_coding style issues_
WARNING:TYPO_SPELLING: 'hsi' may be misspelled - perhaps 'his'?
#81:
P7 devices report speeds over speeds2 hsi fields. Adding required
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'bp' - possible side-effects?
#128: FILE: drivers/net/bnxt/bnxt.h:1171:
+#define BNXT_LINK_SPEEDS_V2_VF(bp) (BNXT_VF((bp)) && ((bp)->link_info->option_flags))
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'bp' - possible side-effects?
#129: FILE: drivers/net/bnxt/bnxt.h:1172:
+#define BNXT_LINK_SPEEDS_V2(bp) (((bp)->link_info) && (((bp)->link_info->support_speeds_v2) || \
+ BNXT_LINK_SPEEDS_V2_VF((bp))))
WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#269: FILE: drivers/net/bnxt/bnxt_hwrm.c:102:
+ * Add a unique entry for a new PHY attribs as per HW CAS.
total: 0 errors, 2 warnings, 2 checks, 729 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-22 22:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20231222215659.64993-16-ajit.khaparde@broadcom.com>
2023-12-22 22:00 ` |WARNING| pw135545 [PATCH v2 15/18] net/bnxt: add 400G get support for P7 devices 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).