automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31375 [PATCH] mbuf: cleanup rte_pktmbuf_lastseg() fix atomic usage
       [not found] <20171115081652.14490-1-hhaim@cisco.com>
@ 2017-11-15  8:18 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-15  8:18 UTC (permalink / raw)
  To: test-report; +Cc: Hanoch Haim (hhaim)

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#30: FILE: lib/librte_mbuf/rte_mbuf.h:1165:
+    if (m->next != NULL) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#31: FILE: lib/librte_mbuf/rte_mbuf.h:1166:
+        m->next = NULL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#31: FILE: lib/librte_mbuf/rte_mbuf.h:1166:
+        m->next = NULL;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#32: FILE: lib/librte_mbuf/rte_mbuf.h:1167:
+        m->nb_segs = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#32: FILE: lib/librte_mbuf/rte_mbuf.h:1167:
+        m->nb_segs = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#33: FILE: lib/librte_mbuf/rte_mbuf.h:1168:
+    }$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#42: FILE: lib/librte_mbuf/rte_mbuf.h:1334:
 	if (rte_mbuf_refcnt_update(md, -1) == 0) {
+        rte_pktmbuf_reset_before_free(m);

ERROR:CODE_INDENT: code indent should use tabs where possible
#45: FILE: lib/librte_mbuf/rte_mbuf.h:1335:
+        rte_pktmbuf_reset_before_free(m);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#45: FILE: lib/librte_mbuf/rte_mbuf.h:1335:
+        rte_pktmbuf_reset_before_free(m);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#58: FILE: lib/librte_mbuf/rte_mbuf.h:1365:
+        rte_pktmbuf_reset_before_free(m);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#58: FILE: lib/librte_mbuf/rte_mbuf.h:1365:
+        rte_pktmbuf_reset_before_free(m);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#63: FILE: lib/librte_mbuf/rte_mbuf.h:1368:
+       } else if (rte_mbuf_refcnt_update(md, -1) == 0) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 16)
#63: FILE: lib/librte_mbuf/rte_mbuf.h:1368:
+       } else if (rte_mbuf_refcnt_update(md, -1) == 0) {
[...]
 		if (RTE_MBUF_INDIRECT(m))

ERROR:CODE_INDENT: code indent should use tabs where possible
#72: FILE: lib/librte_mbuf/rte_mbuf.h:1373:
+        rte_pktmbuf_reset_before_free(m);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#72: FILE: lib/librte_mbuf/rte_mbuf.h:1373:
+        rte_pktmbuf_reset_before_free(m);$

total: 5 errors, 10 warnings, 52 lines checked

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

only message in thread, other threads:[~2017-11-15  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171115081652.14490-1-hhaim@cisco.com>
2017-11-15  8:18 ` [dpdk-test-report] |WARNING| pw31375 [PATCH] mbuf: cleanup rte_pktmbuf_lastseg() fix atomic usage 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).