* [dpdk-test-report] |WARNING| pw39143 [PATCH v2 3/3] bus/dpaa: optimize physical to virtual address searching
[not found] <4285650.f2m7lbzsJD@xps>
@ 2018-04-27 19:33 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-27 19:33 UTC (permalink / raw)
To: test-report; +Cc: Thomas Monjalon
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/39143
_coding style issues_
ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#37:
--- a/drivers/bus/dpaa/rte_dpaa_bus.h
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#53: FILE: drivers/bus/dpaa/rte_dpaa_bus.h:119:
+ TAILQ_FOREACH(ms, &rte_dpaa_memsegs, next) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (15, 23)
#54: FILE: drivers/bus/dpaa/rte_dpaa_bus.h:120:
if (paddr >= ms->iova && paddr <
[...]
+ return RTE_PTR_ADD(ms->vaddr, (uintptr_t)(paddr - ms->iova));
ERROR:CODE_INDENT: code indent should use tabs where possible
#57: FILE: drivers/bus/dpaa/rte_dpaa_bus.h:122:
+ return RTE_PTR_ADD(ms->vaddr, (uintptr_t)(paddr - ms->iova));$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#57: FILE: drivers/bus/dpaa/rte_dpaa_bus.h:122:
+ return RTE_PTR_ADD(ms->vaddr, (uintptr_t)(paddr - ms->iova));$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#71: FILE: drivers/mempool/dpaa/dpaa_mempool.c:35:
+ = TAILQ_HEAD_INITIALIZER(rte_dpaa_memsegs);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#80: FILE: drivers/mempool/dpaa/dpaa_mempool.c:321:
+ TAILQ_INSERT_HEAD(&rte_dpaa_memsegs, ms, next);$
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 3 errors, 5 warnings, 45 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-27 19:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <4285650.f2m7lbzsJD@xps>
2018-04-27 19:33 ` [dpdk-test-report] |WARNING| pw39143 [PATCH v2 3/3] bus/dpaa: optimize physical to virtual address searching 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).