automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw28038 [PATCH v2] eal/linuxapp: check mmap return value MAP_FAILED
       [not found] <20170828214622.133314-1-seth.howell@intel.com>
@ 2017-08-28 21:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-28 21:46 UTC (permalink / raw)
  To: test-report; +Cc: Seth Howell

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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#31: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:719:
+	if (retval == MAP_FAILED)
+	    return NULL;

WARNING:TABSTOP: Statements should start on a tabstop
#32: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:720:
+	    return NULL;

total: 0 errors, 2 warnings, 8 lines checked

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

only message in thread, other threads:[~2017-08-28 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170828214622.133314-1-seth.howell@intel.com>
2017-08-28 21:46 ` [dpdk-test-report] |WARNING| pw28038 [PATCH v2] eal/linuxapp: check mmap return value MAP_FAILED 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).