* [dpdk-test-report] |WARNING| pw39142 [PATCH v2 2/3] bus/fslmc: optimize physical to virtual address searching
[not found] <2860578.1zL41RiOr7@xps>
@ 2018-04-27 19:25 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-27 19:25 UTC (permalink / raw)
To: test-report; +Cc: Thomas Monjalon
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/39142
_coding style issues_
ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#49:
--- a/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#65: FILE: drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:282:
+ TAILQ_FOREACH(ms, &rte_dpaa2_memsegs, next) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (15, 23)
#66: FILE: drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:283:
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
#69: FILE: drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:285:
+ return RTE_PTR_ADD(ms->vaddr, (uintptr_t)(paddr - ms->iova));$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#69: FILE: drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:285:
+ return RTE_PTR_ADD(ms->vaddr, (uintptr_t)(paddr - ms->iova));$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#96: FILE: drivers/mempool/dpaa2/dpaa2_hw_mempool.c:40:
+ = TAILQ_HEAD_INITIALIZER(rte_dpaa2_memsegs);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: drivers/mempool/dpaa2/dpaa2_hw_mempool.c:397:
+ TAILQ_INSERT_HEAD(&rte_dpaa2_memsegs, ms, next);$
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 3 errors, 5 warnings, 54 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-27 19:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <2860578.1zL41RiOr7@xps>
2018-04-27 19:25 ` [dpdk-test-report] |WARNING| pw39142 [PATCH v2 2/3] bus/fslmc: 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).