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

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#201: 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)
#226: 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)
#270: 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)
#327: 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)
#355: FILE: lib/eal/windows/rte_thread.c:111:
+		return EINVAL;

total: 0 errors, 5 warnings, 327 lines checked

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

only message in thread, other threads:[~2022-05-24 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1653390517-4033-2-git-send-email-roretzla@linux.microsoft.com>
2022-05-24 11:09 ` |WARNING| pw111725 [PATCH v3 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).