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

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

_coding style issues_


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

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

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

total: 0 errors, 3 warnings, 275 lines checked

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

only message in thread, other threads:[~2017-05-09  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170509084707.29949-3-tiwei.bie@intel.com>
2017-05-09  8:50 ` [dpdk-test-report] |WARNING| pw24158 [PATCH 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).