automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113271 [PATCH v3 1/6] eal: add thread attributes
       [not found] <1655929581-12366-2-git-send-email-roretzla@linux.microsoft.com>
@ 2022-06-22 20:27 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-06-22 20:27 UTC (permalink / raw)
  To: test-report; +Cc: Tyler Retzlaff

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#111: FILE: lib/eal/common/rte_thread.c:12:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#124: FILE: lib/eal/common/rte_thread.c:25:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#127: FILE: lib/eal/common/rte_thread.c:28:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#139: FILE: lib/eal/common/rte_thread.c:40:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#142: FILE: lib/eal/common/rte_thread.c:43:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#154: FILE: lib/eal/common/rte_thread.c:55:
+		return EINVAL;

total: 0 errors, 6 warnings, 182 lines checked

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

only message in thread, other threads:[~2022-06-22 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1655929581-12366-2-git-send-email-roretzla@linux.microsoft.com>
2022-06-22 20:27 ` |WARNING| pw113271 [PATCH v3 1/6] eal: add thread attributes 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).