* |WARNING| pw151652 [RFC v7 1/4] eventdev: atomic common for test-eventdev app
[not found] <20250219134325.1195531-2-luka.jankovic@ericsson.com>
@ 2025-02-19 13:45 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-02-19 13:45 UTC (permalink / raw)
To: test-report; +Cc: Luka Jankovic
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151652
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#309: FILE: app/test-eventdev/test_atomic_common.h:4:
+#include <stdio.h>
WARNING:BRACES: braces {} are not necessary for single statement blocks
#370: FILE: app/test-eventdev/test_atomic_common.h:65:
+ if (atomic_locks == NULL) {
+ evt_err("Unable to allocate memory for spinlocks.");
+ }
WARNING:BRACES: braces {} are not necessary for single statement blocks
#374: FILE: app/test-eventdev/test_atomic_common.h:69:
+ for (uint32_t i = 0; i < num_locks; i++) {
+ rte_spinlock_init(&atomic_locks[i]);
+ }
total: 0 errors, 3 warnings, 241 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-19 13:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20250219134325.1195531-2-luka.jankovic@ericsson.com>
2025-02-19 13:45 ` |WARNING| pw151652 [RFC v7 1/4] eventdev: atomic common for test-eventdev app 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).