[dpdk-test-report] |WARNING| pw31884 [PATCH 2/4] compat: Add __experimental macro

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 1 19:58:42 CET 2017


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#39: FILE: lib/librte_compat/rte_compat.h:105:
+__attribute__(( deprecated("Symbol is not yet part of stable abi"), section(".text.experimental") ))

ERROR:SPACING: space prohibited after that open parenthesis '('
#39: FILE: lib/librte_compat/rte_compat.h:105:
+__attribute__(( deprecated("Symbol is not yet part of stable abi"), section(".text.experimental") ))

ERROR:SPACING: space prohibited before that close parenthesis ')'
#39: FILE: lib/librte_compat/rte_compat.h:105:
+__attribute__(( deprecated("Symbol is not yet part of stable abi"), section(".text.experimental") ))

total: 2 errors, 1 warnings, 7 lines checked


More information about the test-report mailing list