[dpdk-test-report] |WARNING| pw20645 Hello Ferruh, Neil,

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 21 14:38:19 CET 2017


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#159: 
>From b9928ed44e69d7f9f9def0f06647a8d3bc25f284 Mon Sep 17 00:00:00 2001

WARNING:LONG_LINE: line over 90 characters
#267: FILE: drivers/common/dpaa2/qbman/include/nxp_compat.h:42:
+#define NXP_SHARED_SYMBOL(b, a, n) __asm__(".symver " RTE_STR(b) ", " RTE_STR(a) "@@DPDK_" RTE_STR(n))

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#287: FILE: drivers/common/dpaa2/qbman/include/nxp_compat.h:62:
+#define NXP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p))))

WARNING:LONG_LINE: line over 90 characters
#352: FILE: drivers/common/dpaa2/qbman/qbman_portal.c:182:
+NXP_STATIC_SYMBOL(struct qbman_swp *rte_qbman_swp_init(const struct qbman_swp_desc *d), qbman_swp_init);

total: 2 errors, 2 warnings, 146 lines checked


More information about the test-report mailing list