* [dpdk-test-report] |WARNING| pw35155 [PATCH] Accessing 2nd cacheline in rte_pktmbuf_prefree_seg()
[not found] <B5748614-2B5F-402D-9A09-1C0781109000@mellanox.com>
@ 2018-02-13 22:46 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-02-13 22:46 UTC (permalink / raw)
To: test-report; +Cc: Yongseok Koh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/35155
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#17:
m->nb_segs? As 'next' is in the 2nd cacheline, checking nb_segs seems beneficial
ERROR:CODE_INDENT: code indent should use tabs where possible
#39: FILE: lib/librte_mbuf/rte_mbuf.h:1401:
+ if (m->nb_segs > 1) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#39: FILE: lib/librte_mbuf/rte_mbuf.h:1401:
+ if (m->nb_segs > 1) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (15, 23)
#39: FILE: lib/librte_mbuf/rte_mbuf.h:1401:
+ if (m->nb_segs > 1) {
m->next = NULL;
ERROR:CODE_INDENT: code indent should use tabs where possible
#48: FILE: lib/librte_mbuf/rte_mbuf.h:1413:
+ if (m->nb_segs > 1) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#48: FILE: lib/librte_mbuf/rte_mbuf.h:1413:
+ if (m->nb_segs > 1) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (15, 23)
#48: FILE: lib/librte_mbuf/rte_mbuf.h:1413:
+ if (m->nb_segs > 1) {
m->next = NULL;
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 3 errors, 5 warnings, 16 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-13 22:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <B5748614-2B5F-402D-9A09-1C0781109000@mellanox.com>
2018-02-13 22:46 ` [dpdk-test-report] |WARNING| pw35155 [PATCH] Accessing 2nd cacheline in rte_pktmbuf_prefree_seg() 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).