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

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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#117: 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
#131: 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"
#168: FILE: lib/eal/include/rte_thread.h:68:
+	void* barrier_id;  /**< barrrier identifier */

total: 1 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:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1622850274-6946-9-git-send-email-navasile@linux.microsoft.com>
2021-06-04 23:45 ` [dpdk-test-report] |WARNING| pw93930 [PATCH v9 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).