automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw93920 [PATCH v8 08/10] eal: implement functions for thread barrier management
       [not found] <1622849908-5710-9-git-send-email-navasile@linux.microsoft.com>
@ 2021-06-04 23:40 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-04 23:40 UTC (permalink / raw)
  To: test-report; +Cc: Narcisa Ana Maria Vasile

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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#115: FILE: lib/eal/common/rte_thread.c:313:
+	if (ret == PTHREAD_BARRIER_SERIAL_THREAD) {
+		ret = RTE_THREAD_BARRIER_SERIAL_THREAD;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#129: FILE: lib/eal/common/rte_thread.c:327:
+	if (ret != 0) {
+		RTE_LOG(DEBUG, EAL, "Unable to destroy barrier, ret = %d
", ret);
+	}

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#166: FILE: lib/eal/include/rte_thread.h:68:
+	void* barrier_id;  /**< barrrier identifier */

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 2 errors, 2 warnings, 205 lines checked

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

only message in thread, other threads:[~2021-06-04 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1622849908-5710-9-git-send-email-navasile@linux.microsoft.com>
2021-06-04 23:40 ` [dpdk-test-report] |WARNING| pw93920 [PATCH v8 08/10] eal: implement functions for thread barrier management 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).