automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw154911 [v5 8/9] bus/dpaa: improve DPAA cleanup
       [not found] <20250701113707.2793004-9-vanshika.shukla@nxp.com>
@ 2025-07-01 11:37 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-07-01 11:37 UTC (permalink / raw)
  To: test-report; +Cc: vanshika.shukla

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#164: FILE: drivers/bus/dpaa/dpaa_bus.c:923:
+       unsigned int lcore_id;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#166: FILE: drivers/bus/dpaa/dpaa_bus.c:925:
+       if (!dpaa_bus_global_init)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#166: FILE: drivers/bus/dpaa/dpaa_bus.c:925:
+       if (!dpaa_bus_global_init)
+               return;

ERROR:CODE_INDENT: code indent should use tabs where possible
#167: FILE: drivers/bus/dpaa/dpaa_bus.c:926:
+               return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#167: FILE: drivers/bus/dpaa/dpaa_bus.c:926:
+               return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#170: FILE: drivers/bus/dpaa/dpaa_bus.c:929:
+       RTE_LCORE_FOREACH_WORKER(lcore_id) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#171: FILE: drivers/bus/dpaa/dpaa_bus.c:930:
+               /* Check for non zero id */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#172: FILE: drivers/bus/dpaa/dpaa_bus.c:931:
+               dpaa_portal_finish((void *)dpaa_portals[lcore_id]);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#172: FILE: drivers/bus/dpaa/dpaa_bus.c:931:
+               dpaa_portal_finish((void *)dpaa_portals[lcore_id]);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#173: FILE: drivers/bus/dpaa/dpaa_bus.c:932:
+       }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#174: FILE: drivers/bus/dpaa/dpaa_bus.c:933:
+       dpaa_portal_finish((void *)DPAA_PER_LCORE_PORTAL);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#175: FILE: drivers/bus/dpaa/dpaa_bus.c:934:
+       dpaa_bus_global_init = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#176: FILE: drivers/bus/dpaa/dpaa_bus.c:935:
+       DPAA_BUS_DEBUG("Worker thread clean up done");$

total: 3 errors, 10 warnings, 0 checks, 446 lines checked
Warning in drivers/bus/dpaa/dpaa_bus.c:
Using compiler attribute directly

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

only message in thread, other threads:[~2025-07-01 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250701113707.2793004-9-vanshika.shukla@nxp.com>
2025-07-01 11:37 ` |WARNING| pw154911 [v5 8/9] bus/dpaa: improve DPAA cleanup 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).