automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw136752 [v8 2/3] net/af_xdp: fix multi interface support for K8s
       [not found] <20240214160716.2391286-3-mtahhan@redhat.com>
@ 2024-02-14 16:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-02-14 16:08 UTC (permalink / raw)
  To: test-report; +Cc: Maryam Tahhan

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/136752

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#486: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2150:
+    strlcpy(internals->dp_path, dp_path, PATH_MAX);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#503: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2341:
+    char dp_path[PATH_MAX] = {''};$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#526: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2407:
+    if (!use_cni && strnlen(dp_path, PATH_MAX)) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (4, 16)
#526: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2407:
+    if (!use_cni && strnlen(dp_path, PATH_MAX)) {
+		AF_XDP_LOG(ERR, "'%s' parameter is set, but '%s' was not enabled
",

total: 0 errors, 4 warnings, 0 checks, 374 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-14 16:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240214160716.2391286-3-mtahhan@redhat.com>
2024-02-14 16:08 ` |WARNING| pw136752 [v8 2/3] net/af_xdp: fix multi interface support for K8s 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).