automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117403 [PATCH v5 1/6] eal: add thread attributes
       [not found] <1664989651-29303-2-git-send-email-roretzla@linux.microsoft.com>
@ 2022-10-05 17:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-05 17:08 UTC (permalink / raw)
  To: test-report; +Cc: Tyler Retzlaff

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#114: FILE: lib/eal/common/rte_thread.c:14:
+		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:27:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#130: FILE: lib/eal/common/rte_thread.c:30:
+		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:42:
+		return EINVAL;

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

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

total: 0 errors, 6 warnings, 209 lines checked

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

only message in thread, other threads:[~2022-10-05 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1664989651-29303-2-git-send-email-roretzla@linux.microsoft.com>
2022-10-05 17:08 ` |WARNING| pw117403 [PATCH v5 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).