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

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#14: 
If mmap fails, it will return the value MAP_FAILED. Checking for this return

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, 3 warnings, 8 lines checked

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

only message in thread, other threads:[~2017-08-15 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170815205336.9266-1-seth.howell@intel.com>
2017-08-15 20:54 ` [dpdk-test-report] |WARNING| pw27621 [PATCH] 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).