automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111622 [PATCH 1/2] eal: get/set thread priority per thread identifier
       [not found] <1653302773-11043-2-git-send-email-roretzla@linux.microsoft.com>
@ 2022-05-23 10:47 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-05-23 10:47 UTC (permalink / raw)
  To: test-report; +Cc: Tyler Retzlaff

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

_coding style issues_


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

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

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#268: FILE: lib/eal/unix/rte_thread.c:121:
+		return ENOTSUP;

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

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

total: 0 errors, 5 warnings, 317 lines checked

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1653302773-11043-2-git-send-email-roretzla@linux.microsoft.com>
2022-05-23 10:47 ` |WARNING| pw111622 [PATCH 1/2] eal: get/set thread priority per thread identifier 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).