automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw24425 [PATCH v2 2/2] contigmem: don't zero the pages during each mmap
       [not found] <20170522090349.82175-3-tiwei.bie@intel.com>
@ 2017-05-22  9:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-22  9:17 UTC (permalink / raw)
  To: test-report; +Cc: Tiwei Bie

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#155: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:209:
+		return EBUSY;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#317: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:366:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#321: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:370:
+		return ENOMEM;

total: 0 errors, 3 warnings, 285 lines checked

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

only message in thread, other threads:[~2017-05-22  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170522090349.82175-3-tiwei.bie@intel.com>
2017-05-22  9:17 ` [dpdk-test-report] |WARNING| pw24425 [PATCH v2 2/2] contigmem: don't zero the pages during each mmap 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).