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

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

_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)
#320: FILE: lib/librte_eal/bsdapp/contigmem/contigmem.c:369:
+		return EINVAL;

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

total: 0 errors, 3 warnings, 288 lines checked

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

only message in thread, other threads:[~2017-06-04  6:06 UTC | newest]

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